You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
DeliveryMode
Representation of a Delivery mode DeliveryMode
export interface DeliveryMode {
'code'?: string;
'deliveryCost'?: Price;
'description'?: string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | Code of the delivery mode {string} DeliveryMode |
deliveryCost | Optional | Price | {Price} DeliveryMode |
description | Optional | string | Description of the delivery mode {string} DeliveryMode |
name | Optional | string | Name of the delivery mode {string} DeliveryMode |