Files
medusa-store/www/apps/docs/content/references/entities/classes/ShippingMethodTaxLine.md
github-actions[bot] 54659ae79f chore(docs): Generated Entities Reference (automated) (#5420)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-10-19 17:37:30 +00:00

2.6 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

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:27