VoidPaymentResponse

public class VoidPaymentResponse:BaseResponse

response to a void payment request

  • the id of the voided payment

    Declaration

    Swift

    public var paymentId:String?
  • the reason for the void

    Declaration

    Swift

    public var voidReason:VoidReason?