Files
medusa-store/www/apps/docs/content/references/js-client/classes/internal-3.ShippingMethodTaxLine.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-10-10 17:47:07 +00:00

2.2 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Class: ShippingMethodTaxLine

internal.ShippingMethodTaxLine

Base abstract entity for all entities

Hierarchy

  • TaxLine

    ShippingMethodTaxLine

Properties

beforeInsert

Private beforeInsert: any

Defined in

packages/medusa/dist/models/shipping-method-tax-line.d.ts:6


code

code: null | string

Inherited from

TaxLine.code

Defined in

packages/medusa/dist/models/tax-line.d.ts:5


created_at

created_at: Date

Inherited from

TaxLine.created_at

Defined in

packages/medusa/dist/interfaces/models/base-entity.d.ts:6


id

id: string

Inherited from

TaxLine.id

Defined in

packages/medusa/dist/interfaces/models/base-entity.d.ts:5


metadata

metadata: Record<string, unknown>

Inherited from

TaxLine.metadata

Defined in

packages/medusa/dist/models/tax-line.d.ts:6


name

name: string

Inherited from

TaxLine.name

Defined in

packages/medusa/dist/models/tax-line.d.ts:4


rate

rate: number

Inherited from

TaxLine.rate

Defined in

packages/medusa/dist/models/tax-line.d.ts:3


shipping_method

shipping_method: ShippingMethod

Defined in

packages/medusa/dist/models/shipping-method-tax-line.d.ts:5


shipping_method_id

shipping_method_id: string

Defined in

packages/medusa/dist/models/shipping-method-tax-line.d.ts:4


updated_at

updated_at: Date

Inherited from

TaxLine.updated_at

Defined in

packages/medusa/dist/interfaces/models/base-entity.d.ts:7