Record
bill-to-contact-post-order
No description available.
record bill-to-contact-post-order {
address1: option<string>,
address2: option<string>,
city: option<string>,
contact-description: option<string>,
country: option<string>,
county: option<string>,
fax: option<string>,
first-name: string,
home-phone: option<string>,
last-name: string,
mobile-phone: option<string>,
nickname: option<string>,
other-phone: option<string>,
other-phone-type: option<bill-to-contact-post-order-other-phone-type-enum>,
personal-email: option<string>,
postal-code: option<string>,
state: option<string>,
tax-region: option<string>,
work-email: option<string>,
work-phone: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address1 | option<string> | |
| address2 | option<string> | |
| city | option<string> | |
| contact-description | option<string> | |
| country | option<string> | |
| county | option<string> | |
| fax | option<string> | |
| first-name | string | |
| home-phone | option<string> | |
| last-name | string | |
| mobile-phone | option<string> | |
| nickname | option<string> | |
| other-phone | option<string> | |
| other-phone-type | option<bill-to-contact-post-order-other-phone-type-enum> | |
| personal-email | option<string> | |
| postal-code | option<string> | |
| state | option<string> | |
| tax-region | option<string> | |
| work-email | option<string> | |
| work-phone | option<string> |