CreditorAddress

data class CreditorAddress(val townName: String, val country: CountryCode)

Postal address of a creditor.

Constructors

Link copied to clipboard
constructor(townName: String, country: CountryCode)

Properties

Link copied to clipboard

ISO 3166-1 ALPHA-2 country code.

Link copied to clipboard

Town the creditor resides in.