Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Import API SDK
TaxRate
Interface TaxRate
interface
TaxRate
{
amount
:
number
;
country
:
string
;
id
?:
string
;
includedInPrice
:
boolean
;
name
:
string
;
state
?:
string
;
subRates
?:
SubRate
[]
;
}
Index
Properties
amount
country
id?
included
In
Price
name
state?
sub
Rates?
Properties
Readonly
amount
amount
:
number
Readonly
country
country
:
string
A two-digit country code as per
ISO 3166-1 alpha-2
.
Optional
Readonly
id
id
?:
string
Readonly
included
In
Price
included
In
Price
:
boolean
Readonly
name
name
:
string
Optional
Readonly
state
state
?:
string
Optional
Readonly
sub
Rates
sub
Rates
?:
SubRate
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
amount
country
id
included
In
Price
name
state
sub
Rates
Typescript SDK Type Docs
Loading...
A two-digit country code as per ISO 3166-1 alpha-2.