web / UseCartShippingMethods
Interface: UseCartShippingMethods ​
Defined in: composables/useCartShippingMethods/types.ts:17
Properties ​
data ​
data:
Readonly<Ref<UseCartShippingMethodsState["data"]>>
Defined in: composables/useCartShippingMethods/types.ts:18
getShippingMethods ​
getShippingMethods:
GetShippingMethods
Defined in: composables/useCartShippingMethods/types.ts:21
loading ​
loading:
Readonly<Ref<boolean>>
Defined in: composables/useCartShippingMethods/types.ts:19
saveShippingMethod ​
saveShippingMethod:
SaveShippingMethod
Defined in: composables/useCartShippingMethods/types.ts:22
selectedMethod ​
selectedMethod:
Readonly<Ref<UseCartShippingMethodsState["selectedMethod"]>>
Defined in: composables/useCartShippingMethods/types.ts:20
setShippingMethods ​
setShippingMethods:
SetShippingMethods
Defined in: composables/useCartShippingMethods/types.ts:23