PaymentOptionResponse

public struct PaymentOptionResponse : Codable
  • The getRefundInfo value that you provided with the Request (if any).

    Declaration

    Swift

    public let getRefundInfo: Bool?
  • The forPayout value that you provided with the Request (if any).

    Declaration

    Swift

    public let forPayout: Bool?
  • The scheduledFor value that you provided with the Request (if any).

    Declaration

    Swift

    public let scheduledFor: String?
  • The psuID value that you provided with the Request (if any).

    Declaration

    Swift

    public let psuID: String?
  • The paymentRails value that you provided with the Request (if any).

    Declaration

    Swift

    public let paymentRails: String?
  • Declaration

    Swift

    public init(getRefundInfo: Bool? = nil,
                forPayout: Bool? = nil,
                scheduledFor: String? = nil,
                psuID: String? = nil,
                paymentRails: String? = nil)