toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
PayPal
/
com.braintreepayments.api
/
PayPalAccountNonce
Pay
Pal
Account
Nonce
open
class
PayPalAccountNonce
:
PaymentMethodNonce
PaymentMethodNonce
representing a PayPal account.
See also
Payment
Method
Nonce
Members
Properties
authenticate
Url
Link copied to clipboard
@get:
Nullable
val
authenticateUrl
:
String
billing
Address
Link copied to clipboard
@get:
NonNull
val
billingAddress
:
PostalAddress
client
Metadata
Id
Link copied to clipboard
@get:
Nullable
val
clientMetadataId
:
String
Companion
Link copied to clipboard
val
Companion
:
PaymentMethodNonce.Companion
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
PayPalAccountNonce
>
val
CREATOR
:
Parcelable.Creator
<
PaymentMethodNonce
>
credit
Financing
Link copied to clipboard
@get:
Nullable
val
creditFinancing
:
PayPalCreditFinancing
email
Link copied to clipboard
@get:
Nullable
val
email
:
String
first
Name
Link copied to clipboard
@get:
NonNull
val
firstName
:
String
is
Default
Link copied to clipboard
val
isDefault
:
Boolean
last
Name
Link copied to clipboard
@get:
NonNull
val
lastName
:
String
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
payer
Id
Link copied to clipboard
@get:
NonNull
val
payerId
:
String
phone
Link copied to clipboard
@get:
NonNull
val
phone
:
String
shipping
Address
Link copied to clipboard
@get:
NonNull
val
shippingAddress
:
PostalAddress
string
Link copied to clipboard
val
string
:
String
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)