Files
medusa-store/www/apps/docs/content/references/js-client/classes/internal-3.TaxLine.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

1.5 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Class: TaxLine

internal.TaxLine

Base abstract entity for all entities

Hierarchy

Properties

code

code: null | string

Defined in

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


created_at

created_at: Date

Inherited from

BaseEntity.created_at

Defined in

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


id

id: string

Inherited from

BaseEntity.id

Defined in

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


metadata

metadata: Record<string, unknown>

Defined in

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


name

name: string

Defined in

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


rate

rate: number

Defined in

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


updated_at

updated_at: Date

Inherited from

BaseEntity.updated_at

Defined in

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