toggle menu
processout-android
4.24.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.api.model.response
/
PONativeAlternativePaymentMethodTransactionDetails
/
Invoice
Invoice
@
JsonClass
(
generateAdapter
=
true
)
data
class
Invoice
(
val
amount
:
String
,
@
Json
(
name
=
"currency_code"
)
val
currencyCode
:
String
)
Invoice details.
Parameters
amount
Invoice amount.
currency
Code
Invoice currency code.
Members
Constructors
Invoice
Link copied to clipboard
constructor
(
amount
:
String
,
@
Json
(
name
=
"currency_code"
)
currencyCode
:
String
)
Properties
amount
Link copied to clipboard
val
amount
:
String
currency
Code
Link copied to clipboard
val
currencyCode
:
String