Record
post-lists-body-contact
No description available.
record post-lists-body-contact {
address1: string,
address2: option<string>,
city: string,
company: string,
country: string,
phone: option<string>,
state: option<string>,
zip: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address1 | string | |
| address2 | option<string> | |
| city | string | |
| company | string | |
| country | string | |
| phone | option<string> | |
| state | option<string> | |
| zip | option<string> |