@usethrottle/cart
Preparing search index...
TaxLine
Interface TaxLine
interface
TaxLine
{
amount
:
number
;
currency
:
string
;
id
:
string
;
jurisdictionCode
:
string
;
jurisdictionName
:
string
|
null
;
lineItemId
:
string
;
rate
:
number
;
taxType
:
|
"service"
|
"sales"
|
"vat"
|
"gst"
|
"pst"
|
"hst"
|
"excise"
|
"other"
;
}
Index
Properties
amount
currency
id
jurisdiction
Code
jurisdiction
Name
line
Item
Id
rate
tax
Type
Properties
amount
amount
:
number
currency
currency
:
string
id
id
:
string
jurisdiction
Code
jurisdictionCode
:
string
jurisdiction
Name
jurisdictionName
:
string
|
null
line
Item
Id
lineItemId
:
string
rate
rate
:
number
tax
Type
taxType
:
|
"service"
|
"sales"
|
"vat"
|
"gst"
|
"pst"
|
"hst"
|
"excise"
|
"other"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
currency
id
jurisdiction
Code
jurisdiction
Name
line
Item
Id
rate
tax
Type
@usethrottle/cart
Loading...