InstallmentsData
Installments financing details captured at payment time.
type InstallmentsData {
txRef: String
installments: [Installment!]
installmentSelection: InstallmentSelection
issuerName: String
issuerCsb: Int
userAcceptanceText: String
transparencyFlag: Int
debitCardInfo: String
}
Fields
InstallmentsData.txRef ● String scalar
Provider-side transaction reference for the financing.
InstallmentsData.installments ● [Installment!] list object
Installment plans that were offered for this payment.
InstallmentsData.installmentSelection ● InstallmentSelection object
The installment plan the customer selected.
InstallmentsData.issuerName ● String scalar
Name of the issuing bank.
InstallmentsData.issuerCsb ● Int scalar
Issuer CSB code.
InstallmentsData.userAcceptanceText ● String scalar
Legal acceptance text shown to the customer at the time of financing.
InstallmentsData.transparencyFlag ● Int scalar
Transparency flag set by the issuer.
InstallmentsData.debitCardInfo ● String scalar
Debit card information reported by the issuer.
Member Of
Charge object ● ChargeEventObject object