DLCheckoutResult

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

cardToken

Temporary credit card token securely created using Smart Fields.

totalAmount

Installments total amount. Includes interests associated to the installment.

installments

Number of installments. Default 1.

installmentsId

Installments ID of an installments plan.

installmentsAmount

Installment amount. Includes interests associated to the installment.

Constructors

Link copied to clipboard
constructor(cardToken: String, totalAmount: Double, installments: Int, installmentsId: String?, installmentsAmount: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard