toggle menu
fineract-client
1.0.4
common
switch theme
search in API
fineract-client
/
org.mifos.fineract.client.models
/
PostalAddress
Postal
Address
@
Serializable
data
class
PostalAddress
(
val
addressLine1
:
String
?
=
null
,
val
addressLine2
:
String
?
=
null
,
val
city
:
String
?
=
null
,
val
country
:
String
?
=
null
,
val
postalCode
:
String
?
=
null
,
val
stateProvince
:
String
?
=
null
)
Parameters
address
Line1
address
Line2
city
country
postal
Code
state
Province
Members
Constructors
Postal
Address
Link copied to clipboard
constructor
(
addressLine1
:
String
?
=
null
,
addressLine2
:
String
?
=
null
,
city
:
String
?
=
null
,
country
:
String
?
=
null
,
postalCode
:
String
?
=
null
,
stateProvince
:
String
?
=
null
)
Properties
address
Line1
Link copied to clipboard
val
addressLine1
:
String
?
=
null
address
Line2
Link copied to clipboard
val
addressLine2
:
String
?
=
null
city
Link copied to clipboard
val
city
:
String
?
=
null
country
Link copied to clipboard
val
country
:
String
?
=
null
postal
Code
Link copied to clipboard
val
postalCode
:
String
?
=
null
state
Province
Link copied to clipboard
val
stateProvince
:
String
?
=
null