AddressDetails interface
位址詳細資料。
屬性
address |
位址行 1。 |
address |
位址行 2。 |
address |
位址行 3。 |
city | 位址城市。 |
company |
公司名稱。 |
country | 國家/地區代碼使用 ISO2、2 位數格式。 |
district | 位址區域。 |
電子郵件地址。 |
|
first |
名字。 |
last |
姓氏。 |
middle |
中間名。 |
phone |
電話號碼。 |
postal |
郵遞區號。 |
region | 位址區域。 |
屬性詳細資料
addressLine1
位址行 1。
addressLine1: string
屬性值
string
addressLine2
位址行 2。
addressLine2?: string
屬性值
string
addressLine3
位址行 3。
addressLine3?: string
屬性值
string
city
位址城市。
city?: string
屬性值
string
companyName
公司名稱。
companyName?: string
屬性值
string
country
國家/地區代碼使用 ISO2、2 位數格式。
country: string
屬性值
string
district
位址區域。
district?: string
屬性值
string
電子郵件地址。
email?: string
屬性值
string
firstName
名字。
firstName?: string
屬性值
string
lastName
姓氏。
lastName?: string
屬性值
string
middleName
中間名。
middleName?: string
屬性值
string
phoneNumber
電話號碼。
phoneNumber?: string
屬性值
string
postalCode
郵遞區號。
postalCode?: string
屬性值
string
region
位址區域。
region?: string
屬性值
string