@usethrottle/cart
Preparing search index...
ShippingTaxMethod
Interface ShippingTaxMethod
interface
ShippingTaxMethod
{
amount
:
number
;
currency
:
string
;
deliveryMaxDays
?:
number
|
null
;
deliveryMinDays
?:
number
|
null
;
deliveryWindowLabel
?:
string
|
null
;
id
:
string
;
label
:
string
;
type
?:
"ship"
|
"pickup"
;
warnings
?:
{
code
:
string
;
field
?:
string
;
message
:
string
}
[]
;
}
Index
Properties
amount
currency
delivery
Max
Days?
delivery
Min
Days?
delivery
Window
Label?
id
label
type?
warnings?
Properties
amount
amount
:
number
currency
currency
:
string
Optional
delivery
Max
Days
deliveryMaxDays
?:
number
|
null
Optional
delivery
Min
Days
deliveryMinDays
?:
number
|
null
Optional
delivery
Window
Label
deliveryWindowLabel
?:
string
|
null
id
id
:
string
label
label
:
string
Optional
type
type
?:
"ship"
|
"pickup"
Optional
warnings
warnings
?:
{
code
:
string
;
field
?:
string
;
message
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
currency
delivery
Max
Days
delivery
Min
Days
delivery
Window
Label
id
label
type
warnings
@usethrottle/cart
Loading...