Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Import API SDK
ExternalTaxRateDraft
Interface ExternalTaxRateDraft
interface
ExternalTaxRateDraft
{
amount
?:
number
;
country
:
string
;
includedInPrice
?:
boolean
;
name
:
string
;
state
?:
string
;
subRates
?:
SubRate
[]
;
}
Index
Properties
amount?
country
included
In
Price?
name
state?
sub
Rates?
Properties
Optional
Readonly
amount
amount
?:
number
Readonly
country
country
:
string
Optional
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
included
In
Price
name
state
sub
Rates
Typescript SDK Type Docs
Loading...