toggle menu
processout-android
4.43.1
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
id
:
String
,
val
amount
:
String
,
val
currency
:
String
)
:
Parcelable
Invoice details.
Parameters
id
Invoice identifier.
amount
Invoice amount.
currency
Invoice currency.
Members
Constructors
Invoice
Link copied to clipboard
constructor
(
id
:
String
,
amount
:
String
,
currency
:
String
)
Properties
amount
Link copied to clipboard
val
amount
:
String
currency
Link copied to clipboard
val
currency
:
String
id
Link copied to clipboard
val
id
:
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
)