Record
address
No description available.
record address {
address-book: option<address-book>,
administrative-area: option<administrative-area>,
borough: option<borough>,
business-name: option<business-name>,
country-code: option<country-code>,
created-at: option<string>,
customer-reference: option<customer-reference>,
extended-address: option<extended-address>,
first-name: option<first-name>,
id: option<string>,
last-name: option<last-name>,
locality: option<locality>,
neighborhood: option<neighborhood>,
phone-number: option<phone-number>,
postal-code: option<postal-code>,
record-type: option<string>,
street-address: option<street-address>,
updated-at: option<string>,
validate-address: option<validate-address>,
}Fields
| Name | Type | Description |
|---|---|---|
| address-book | option<address-book> | |
| administrative-area | option<administrative-area> | |
| borough | option<borough> | |
| business-name | option<business-name> | |
| country-code | option<country-code> | |
| created-at | option<string> | |
| customer-reference | option<customer-reference> | |
| extended-address | option<extended-address> | |
| first-name | option<first-name> | |
| id | option<string> | |
| last-name | option<last-name> | |
| locality | option<locality> | |
| neighborhood | option<neighborhood> | |
| phone-number | option<phone-number> | |
| postal-code | option<postal-code> | |
| record-type | option<string> | |
| street-address | option<street-address> | |
| updated-at | option<string> | |
| validate-address | option<validate-address> |