web / UseCartShippingMethods
Interface: UseCartShippingMethods ​
Properties ​
data ​
data:
Readonly
<Ref
<ShippingProvider
,ShippingProvider
>>
Defined in ​
apps/web/composables/useCartShippingMethods/types.ts:16
getShippingMethods ​
getShippingMethods:
GetShippingMethods
Defined in ​
apps/web/composables/useCartShippingMethods/types.ts:19
loading ​
loading:
Readonly
<Ref
<boolean
,boolean
>>
Defined in ​
apps/web/composables/useCartShippingMethods/types.ts:17
saveShippingMethod ​
saveShippingMethod:
SaveShippingMethod
Defined in ​
apps/web/composables/useCartShippingMethods/types.ts:20
selectedMethod ​
selectedMethod:
Readonly
<Ref
<undefined
|ShippingMethod
,undefined
|ShippingMethod
>>