@usethrottle/cart
Preparing search index...
TaxLineInput
Interface TaxLineInput
interface
TaxLineInput
{
amount
:
number
;
currency
?:
string
;
jurisdictionCode
:
string
;
jurisdictionName
?:
string
;
lineItemId
:
string
;
rate
:
number
;
taxType
:
|
"service"
|
"sales"
|
"vat"
|
"gst"
|
"pst"
|
"hst"
|
"excise"
|
"other"
;
}
Index
Properties
amount
currency?
jurisdiction
Code
jurisdiction
Name?
line
Item
Id
rate
tax
Type
Properties
amount
amount
:
number
Optional
currency
currency
?:
string
jurisdiction
Code
jurisdictionCode
:
string
Optional
jurisdiction
Name
jurisdictionName
?:
string
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
jurisdiction
Code
jurisdiction
Name
line
Item
Id
rate
tax
Type
@usethrottle/cart
Loading...