Record
temando-shipping-data-collection-point-quote-collection-point-interface
No description available.
record temando-shipping-data-collection-point-quote-collection-point-interface {
city: string,
collection-point-id: string,
country: string,
entity-id: s32,
name: string,
opening-hours: list<string>,
postcode: string,
recipient-address-id: s32,
region: string,
selected: bool,
shipping-experiences: list<string>,
street: list<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| city | string | |
| collection-point-id | string | |
| country | string | |
| entity-id | s32 | |
| name | string | |
| opening-hours | list<string> | |
| postcode | string | |
| recipient-address-id | s32 | |
| region | string | |
| selected | bool | |
| shipping-experiences | list<string> | |
| street | list<string> |