Skip to main content

Class: TaxRate

Hierarchy

  • BaseEntityCopy to Clipboard

    TaxRateCopy to Clipboard

Constructors

constructor

new TaxRate()

Inherited from

BaseEntity.constructor

Properties

code

code: nullCopy to Clipboard | stringCopy to Clipboard

Defined in

models/tax-rate.ts:25


created_at

created_at: DateCopy to Clipboard

Inherited from

BaseEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


id

id: stringCopy to Clipboard

Inherited from

BaseEntity.id

Defined in

interfaces/models/base-entity.ts:13


metadata

metadata: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

models/tax-rate.ts:38


name

name: stringCopy to Clipboard

Defined in

models/tax-rate.ts:28


product_count

OptionalCopy to Clipboard product_count: numberCopy to Clipboard

Defined in

models/tax-rate.ts:83


product_type_count

OptionalCopy to Clipboard product_type_count: numberCopy to Clipboard

Defined in

models/tax-rate.ts:84


product_types

product_types: ProductTypeCopy to Clipboard[]

Defined in

models/tax-rate.ts:66


products

products: ProductCopy to Clipboard[]

Defined in

models/tax-rate.ts:52


rate

rate: nullCopy to Clipboard | numberCopy to Clipboard

Defined in

models/tax-rate.ts:22


region

region: RegionCopy to Clipboard

Defined in

models/tax-rate.ts:35


region_id

region_id: stringCopy to Clipboard

Defined in

models/tax-rate.ts:31


shipping_option_count

OptionalCopy to Clipboard shipping_option_count: numberCopy to Clipboard

Defined in

models/tax-rate.ts:85


shipping_options

shipping_options: ShippingOptionCopy to Clipboard[]

Defined in

models/tax-rate.ts:80


updated_at

updated_at: DateCopy to Clipboard

Inherited from

BaseEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

PrivateCopy to Clipboard beforeInsert(): voidCopy to Clipboard

Returns

voidCopy to Clipboard

Defined in

models/tax-rate.ts:87