Record
order-fulfillment-recipient
No description available.
record order-fulfillment-recipient {
address: option<address>,
customer-id: option<string>,
display-name: option<string>,
email-address: option<string>,
phone-number: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<address> | |
| customer-id | option<string> | |
| display-name | option<string> | |
| email-address | option<string> | |
| phone-number | option<string> |