dLocal Direct Android SDK
latest
1.1.0
1.0.3
1.0.1
1.0.0-hybrid
1.0.0
0.7.0-alpha01
latest
androidJvm
dLocal Direct Android SDK
/
com.dlocal.direct.api
/
DLInstallmentsPlan
DLInstallments
Plan
data
class
DLInstallmentsPlan
(
val
id
:
String
,
val
installments
:
Int
,
val
installmentAmount
:
Double
,
val
totalAmount
:
Double
)
Members
Constructors
DLInstallments
Plan
Link copied to clipboard
constructor
(
id
:
String
,
installments
:
Int
,
installmentAmount
:
Double
,
totalAmount
:
Double
)
Properties
id
Link copied to clipboard
val
id
:
String
installment
Amount
Link copied to clipboard
val
installmentAmount
:
Double
installments
Link copied to clipboard
val
installments
:
Int
total
Amount
Link copied to clipboard
val
totalAmount
:
Double