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
Constructors
Functions
Properties
Constructors
Address
Link copied to clipboard
fun
Address
(
address
:
String
?
,
city
:
String
?
,
countryCode
:
String
?
,
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
)
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
?