@usethrottle/cart
Preparing search index...
ExternalShippingTaxSnapshotInput
Interface ExternalShippingTaxSnapshotInput
interface
ExternalShippingTaxSnapshotInput
{
applicationId
:
string
;
cartId
?:
string
|
null
;
checkoutSessionId
?:
string
|
null
;
currency
?:
string
;
orderId
?:
string
|
null
;
selectedShipping
?:
Record
<
string
,
unknown
>
|
null
;
source
?:
string
;
taxLines
?:
TaxLine
[]
;
totals
:
{
discountTotal
:
number
;
shippingTotal
:
number
;
subtotal
:
number
;
taxTotal
:
number
;
total
:
number
;
}
;
}
Index
Properties
application
Id
cart
Id?
checkout
Session
Id?
currency?
order
Id?
selected
Shipping?
source?
tax
Lines?
totals
Properties
application
Id
applicationId
:
string
Optional
cart
Id
cartId
?:
string
|
null
Optional
checkout
Session
Id
checkoutSessionId
?:
string
|
null
Optional
currency
currency
?:
string
Optional
order
Id
orderId
?:
string
|
null
Optional
selected
Shipping
selectedShipping
?:
Record
<
string
,
unknown
>
|
null
Optional
source
source
?:
string
Optional
tax
Lines
taxLines
?:
TaxLine
[]
totals
totals
:
{
discountTotal
:
number
;
shippingTotal
:
number
;
subtotal
:
number
;
taxTotal
:
number
;
total
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application
Id
cart
Id
checkout
Session
Id
currency
order
Id
selected
Shipping
source
tax
Lines
totals
@usethrottle/cart
Loading...