DocumentationTypesInterfaces

Tax Rate

amerta


amerta / payload-types / TaxRate

Interface: TaxRate

Defined in: payload-types.ts:2849

This interface was referenced by Config's JSON-Schema via the definition "tax-rate".

Properties

code?

optional code: string | null

Defined in: payload-types.ts:2861


countries?

optional countries: (string | Country)[] | null

Defined in: payload-types.ts:2859

Select countries from shipping methods


createdAt

createdAt: string

Defined in: payload-types.ts:2862


id

id: string

Defined in: payload-types.ts:2850


name

name: string

Defined in: payload-types.ts:2851


rate?

optional rate: number | null

Defined in: payload-types.ts:2860


taxType

taxType: "default" | "specific"

Defined in: payload-types.ts:2855

Choose if this is a default tax rate or specific to certain shipping countries


updatedAt

updatedAt: string

Defined in: payload-types.ts:2863