toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
Venmo
/
com.braintreepayments.api
/
VenmoAccountNonce
Venmo
Account
Nonce
open
class
VenmoAccountNonce
:
PaymentMethodNonce
PaymentMethodNonce
representing a
VenmoAccountNonce
See also
Payment
Method
Nonce
Members
Properties
billing
Address
Link copied to clipboard
@get:
NonNull
open
val
billingAddress
:
PostalAddress
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
<
PaymentMethodNonce
>
val
CREATOR
:
Parcelable.Creator
<
VenmoAccountNonce
>
email
Link copied to clipboard
@get:
Nullable
open
val
email
:
String
external
Id
Link copied to clipboard
@get:
Nullable
open
val
externalId
:
String
first
Name
Link copied to clipboard
@get:
Nullable
open
val
firstName
:
String
is
Default
Link copied to clipboard
val
isDefault
:
Boolean
last
Name
Link copied to clipboard
@get:
Nullable
open
val
lastName
:
String
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
phone
Number
Link copied to clipboard
@get:
Nullable
open
val
phoneNumber
:
String
shipping
Address
Link copied to clipboard
@get:
NonNull
open
val
shippingAddress
:
PostalAddress
string
Link copied to clipboard
val
string
:
String
username
Link copied to clipboard
@get:
NonNull
open
val
username
:
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
)