toggle menu
processout-android
4.37.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
)
:
Parcelable
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
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)