Home > @vsf-enterprise/epcc-api > ShippingMethod
# ShippingMethod interface
Shipping method model
Signature:
export interface ShippingMethod
# Properties
Property | Type | Description |
---|---|---|
description? | string | (Optional) Shipping method description. |
id | string | ID of the shipping method. |
label? | string | (Optional) Label for the shipping method. |
price? | number | (Optional) Shipping price. |
value | string | Value of the shipping method. |