Package-level declarations
Types
Link copied to clipboard
This class represent if the installments for the transaction is accepted or refused
Link copied to clipboard
data class SDKInstallments(val amount: Double, val planCode: String, val promotion: SDKPromotion?, val quantity: Int, val rate: Double)
Installment information after the verification.
Link copied to clipboard
Promotion related to a specifically installment.