toggle menu
processout-android
4.31.0
androidJvm
switch theme
search in API
sdk
/
com.processout.sdk.api.model.response.napm.v2
/
PONativeAlternativePaymentAuthorizationResponse
/
Invoice
Invoice
@
JsonClass
(
generateAdapter
=
true
)
data
class
Invoice
(
val
amount
:
String
,
val
currency
:
String
)
Invoice details.
Parameters
amount
Invoice amount.
currency
Invoice currency.
Members
Constructors
Invoice
Link copied to clipboard
constructor
(
amount
:
String
,
currency
:
String
)
Properties
amount
Link copied to clipboard
val
amount
:
String
currency
Link copied to clipboard
val
currency
:
String