dLocal Direct Android SDK
0.7.0-alpha01
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
/
DLInstallments
DLInstallments
data
class
DLInstallments
(
val
id
:
String
,
val
country
:
String
,
val
amount
:
Double
,
val
currency
:
String
,
val
bin
:
String
,
val
installments
:
List
<
DLInstallmentsPlan
>
?
)
Members
Constructors
DLInstallments
Link copied to clipboard
constructor
(
id
:
String
,
country
:
String
,
amount
:
Double
,
currency
:
String
,
bin
:
String
,
installments
:
List
<
DLInstallmentsPlan
>
?
)
Properties
amount
Link copied to clipboard
val
amount
:
Double
bin
Link copied to clipboard
val
bin
:
String
country
Link copied to clipboard
val
country
:
String
currency
Link copied to clipboard
val
currency
:
String
id
Link copied to clipboard
val
id
:
String
installments
Link copied to clipboard
val
installments
:
List
<
DLInstallmentsPlan
>
?