toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
ThreeDSecure
/
com.braintreepayments.api
/
ThreeDSecurePostalAddress
Three
DSecure
Postal
Address
open
class
ThreeDSecurePostalAddress
:
Parcelable
A class containing 3DS information about a postal address
Members
Constructors
Three
DSecure
Postal
Address
Link copied to clipboard
constructor
(
)
constructor
(
in
:
Parcel
)
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
country
Code
Alpha2
Link copied to clipboard
@get:
Nullable
open
var
countryCodeAlpha2
:
String
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
ThreeDSecurePostalAddress
>
extended
Address
Link copied to clipboard
@get:
Nullable
open
var
extendedAddress
:
String
given
Name
Link copied to clipboard
@get:
Nullable
open
var
givenName
:
String
line3
Link copied to clipboard
@get:
Nullable
open
var
line3
:
String
locality
Link copied to clipboard
@get:
Nullable
open
var
locality
:
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
var
phoneNumber
:
String
postal
Code
Link copied to clipboard
@get:
Nullable
open
var
postalCode
:
String
region
Link copied to clipboard
@get:
Nullable
open
var
region
:
String
street
Address
Link copied to clipboard
@get:
Nullable
open
var
streetAddress
:
String
surname
Link copied to clipboard
@get:
Nullable
open
var
surname
:
String
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
to
Json
Link copied to clipboard
open
fun
toJson
(
)
:
JSONObject
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)