AddressOutput interface
網域註冊的地址資訊。
屬性
| address1 | 位址的第一行。 |
| address2 | 位址的第二行。 自選。 |
| city | 位址的城市。 |
| country | 地址的國家/地區。 |
| postal |
地址的郵遞區號。 |
| state | 位址的州或省。 |
屬性詳細資料
address1
位址的第一行。
address1: string
屬性值
string
address2
位址的第二行。 自選。
address2?: string
屬性值
string
city
位址的城市。
city: string
屬性值
string
country
地址的國家/地區。
country: string
屬性值
string
postalCode
地址的郵遞區號。
postalCode: string
屬性值
string
state
位址的州或省。
state: string
屬性值
string