Record
order-contact
No description available.
record order-contact {
address1: option<string>,
address2: option<string>,
city: option<string>,
country: option<string>,
county: option<string>,
first-name: option<string>,
last-name: option<string>,
postal-code: option<string>,
state: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address1 | option<string> | |
| address2 | option<string> | |
| city | option<string> | |
| country | option<string> | |
| county | option<string> | |
| first-name | option<string> | |
| last-name | option<string> | |
| postal-code | option<string> | |
| state | option<string> |