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
data class SDKPromotion(val description: String, val id: Int)

Promotion related to a specifically installment.