toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
PayPal
/
com.braintreepayments.api
/
PayPalCreditFinancingAmount
Pay
Pal
Credit
Financing
Amount
open
class
PayPalCreditFinancingAmount
:
Parcelable
The currency and amount in a PayPal credit financing response
Members
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
PayPalCreditFinancingAmount
>
currency
Link copied to clipboard
@get:
Nullable
open
val
currency
:
String
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
value
Link copied to clipboard
@get:
Nullable
open
val
value
:
String
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)