MagentoCartShippingMethod
import { MagentoCartShippingMethod } from '@daffodil/cart/driver/magento'
interface MagentoCartShippingMethod {
carrier_code: string
method_code: string
carrier_title: string
method_title: string
amount: MagentoMoney
}
Properties
Name | Type | Description |
---|---|---|
carrier_code | string | |
method_code | string | |
carrier_title | string | |
method_title | string | |
amount | MagentoMoney |