stripe-android
payments-ui-core
/
com.stripe.android.ui.core
/
Amount
Amount
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Amount
(
value
:
Long
,
currencyCode
:
String
)
:
Parcelable
Content copied to clipboard
This class represents the long value amount to charge and the currency code of the amount.
Constructors
Functions
Properties
Constructors
Amount
Link copied to clipboard
fun
Amount
(
value
:
Long
,
currencyCode
:
String
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
currencyCode
Link copied to clipboard
val
currencyCode
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
Long
Content copied to clipboard