Skip to main content

Class: ShippingMethodTaxLine

Hierarchy

  • TaxLine

    ShippingMethodTaxLine

Constructors

constructor

new ShippingMethodTaxLine()

Inherited from

TaxLine.constructor

Properties

code

code: null | string

Inherited from

TaxLine.code

Defined in

models/tax-line.ts:13


created_at

created_at: Date

Inherited from

TaxLine.created_at

Defined in

interfaces/models/base-entity.ts:16


id

id: string

Inherited from

TaxLine.id

Defined in

interfaces/models/base-entity.ts:13


metadata

metadata: Record<string, unknown>

Inherited from

TaxLine.metadata

Defined in

models/tax-line.ts:16


name

name: string

Inherited from

TaxLine.name

Defined in

models/tax-line.ts:10


rate

rate: number

Inherited from

TaxLine.rate

Defined in

models/tax-line.ts:7


shipping_method

shipping_method: ShippingMethod

Defined in

models/shipping-method-tax-line.ts:24


shipping_method_id

shipping_method_id: string

Defined in

models/shipping-method-tax-line.ts:20


updated_at

updated_at: Date

Inherited from

TaxLine.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

Defined in

models/shipping-method-tax-line.ts:26