PaylinkPaymentOptionsResponse

public struct PaylinkPaymentOptionsResponse : Codable
  • Payment rails information of the paylink.

    Declaration

    Swift

    public let paymentRails: String?
  • Set true, if you would like to get back the debtor’s account information that the payment is made from.

    • Defaults to true.

    Declaration

    Swift

    public let getRefundInfo: Bool?
  • Specifies that the payment is for payout operation.

    • Default is false.

    Declaration

    Swift

    public let forPayout: Bool?
  • Declaration

    Swift

    public init(paymentRails: String?,
                getRefundInfo: Bool?,
                forPayout: Bool?)