Record
partner-end-customer-address
No description available.
record partner-end-customer-address {
city: option<string>,
country-code: option<string>,
postal-code: option<string>,
region: option<string>,
street: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| city | option<string> | |
| country-code | option<string> | |
| postal-code | option<string> | |
| region | option<string> | |
| street | option<string> |