Address
Overview
Address
represents a physical address associated with a user or entity. It includes fields for personal names, street addresses, postal information, and contact details.
Attributes
id
type: string (optional)
A unique identifier for the address.
firstName
type: string
The first name of the individual associated with the address.
lastName
type: string
The last name of the individual associated with the address.
address1
type: string
Primary street address.
address2
type: string (nullable, optional)
Secondary street address, such as apartment or suite number.
postalCode
type: string
The postal code for the address.
city
type: string
The city of the address.
stateCode
type: string (nullable, optional)
The state or province code of the address.
countryCode
type: string
The country code of the address.
phone
type: string (optional)
Contact phone number associated with the address.