InstallmentSelection
The installment plan the customer selected for an installments-financed payment.
type InstallmentSelection {
financingAccept: Boolean
quotaNum: Int
installmentType: String
}
Fields
InstallmentSelection.financingAccept ● Boolean scalar
Whether the customer accepted the financing terms.
InstallmentSelection.quotaNum ● Int scalar
Selected number of quotas (installments).
InstallmentSelection.installmentType ● String scalar
Selected plan type identifier.
Member Of
InstallmentsData object