Class: TaxRate
Hierarchy
BaseEntity
↳
TaxRate
Constructors
constructor
• new TaxRate()
Inherited from
BaseEntity.constructor
Properties
code
• code: null
| string
Defined in
created_at
• created_at: Date
Inherited from
BaseEntity.created_at
Defined in
interfaces/models/base-entity.ts:16
id
• id: string
Inherited from
BaseEntity.id
Defined in
interfaces/models/base-entity.ts:13
metadata
• metadata: Record
<string
, unknown
>
Defined in
name
• name: string
Defined in
product_count
• Optional
product_count: number
Defined in
product_type_count
• Optional
product_type_count: number
Defined in
product_types
• product_types: ProductType
[]
Defined in
products
• products: Product
[]
Defined in
rate
• rate: null
| number
Defined in
region
• region: Region
Defined in
region_id
• region_id: string
Defined in
shipping_option_count
• Optional
shipping_option_count: number
Defined in
shipping_options
• shipping_options: ShippingOption
[]
Defined in
updated_at
• updated_at: Date
Inherited from
BaseEntity.updated_at
Defined in
interfaces/models/base-entity.ts:19
Methods
beforeInsert
▸ Private
beforeInsert(): void
Returns
void
Defined in
Was this page helpful?