DLCheckout Result
data class DLCheckoutResult(val cardToken: String, val totalAmount: Double, val installments: Int, val installmentsId: String?, val installmentsAmount: Double)
Object that contains the result data of the card tokenization.
Parameters
card Token
Temporary credit card token securely created using Smart Fields.
total Amount
Installments total amount. Includes interests associated to the installment.
installments
Number of installments. Default 1.
installments Id
Installments ID of an installments plan.
installments Amount
Installment amount. Includes interests associated to the installment.