Address Details Model
@Serializable
Address details.
Constructors
Link copied to clipboard
constructor(addressUuid: String, externalId: String?, accountUuid: String, primary: Boolean, label: String, line1: String, line2: String?, postalCode: String, city: String, state: String, countryString: String, country: CountryModel? = countryString.getEnum<CountryModel>(), createdAt: String, updatedAt: String)
Properties
Link copied to clipboard
User account unique identifier
Link copied to clipboard
User address unique identifier
Link copied to clipboard
Card country, 3-letter code of the country (ISO 3166-1 alpha-3). Check countryString if null
Link copied to clipboard
Card country, 3-letter code of the country (ISO 3166-1 alpha-3).
Link copied to clipboard
External identifier in your platform
Link copied to clipboard
User address ZIP or postal code