sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.tpay.sdk.api.models.payer
/
Payer
/
Address
Address
data
class
Address
(
var
address
:
String
?
,
var
city
:
String
?
,
var
countryCode
:
String
?
,
var
postalCode
:
String
?
)
:
Parcelable
Members
Constructors
Address
Link copied to clipboard
constructor
(
address
:
String
?
,
city
:
String
?
,
countryCode
:
String
?
,
postalCode
:
String
?
)
Properties
address
Link copied to clipboard
var
address
:
String
?
city
Link copied to clipboard
var
city
:
String
?
country
Code
Link copied to clipboard
var
countryCode
:
String
?
postal
Code
Link copied to clipboard
var
postalCode
:
String
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)