toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
PayPalNativeCheckout
/
com.braintreepayments.api
/
PayPalNativeCheckoutAccountNonce
Pay
Pal
Native
Checkout
Account
Nonce
open
class
PayPalNativeCheckoutAccountNonce
:
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
<
PayPalNativeCheckoutAccountNonce
>
val
CREATOR
:
Parcelable.Creator
<
PaymentMethodNonce
>
credit
Financing
Link copied to clipboard
@get:
Nullable
val
creditFinancing
:
PayPalNativeCheckoutCreditFinancing
email
Link copied to clipboard
@get:
Nullable
open
val
email
:
String
first
Name
Link copied to clipboard
@get:
NonNull
open
val
firstName
:
String
is
Default
Link copied to clipboard
val
isDefault
:
Boolean
last
Name
Link copied to clipboard
@get:
NonNull
open
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
open
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
set
Payer
Info
Link copied to clipboard
open
fun
setPayerInfo
(
payerId
:
String
,
firstName
:
String
,
lastName
:
String
,
email
:
String
)
Sets the payer info if on the nonce object.
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)