routex-client
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
routex-client
models
/
tech.yaxi.routex.models
/
CreditorAddress
Creditor
Address
common
@
Serializable
data
class
CreditorAddress
(
val
townName
:
String
,
val
country
:
CountryCode
)
Postal address of a creditor.
Members
Constructors
Creditor
Address
Link copied to clipboard
common
constructor
(
townName
:
String
,
country
:
CountryCode
)
Properties
country
Link copied to clipboard
common
val
country
:
CountryCode
ISO 3166-1 ALPHA-2 country code.
town
Name
Link copied to clipboard
common
val
townName
:
String
Town the creditor resides in.