docs: added reference for JS Client (#1629)

* added reference for JS Client

* added reference for JS Client

* added reference for JS Client
This commit is contained in:
Shahed Nasser
2022-07-08 18:21:46 +03:00
committed by GitHub
parent 371682b4f7
commit 3b28f46705
357 changed files with 32911 additions and 3 deletions

View File

@@ -0,0 +1,97 @@
---
displayed_sidebar: jsClientSidebar
---
# Class: LineItemAdjustment
[internal](../modules/internal.md).LineItemAdjustment
## Properties
### amount
**amount**: `number`
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:10
___
### beforeInsert
`Private` **beforeInsert**: `any`
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:12
___
### description
**description**: `string`
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:7
___
### discount
**discount**: [`Discount`](internal.Discount.md)
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:8
___
### discount\_id
**discount\_id**: `string`
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:9
___
### id
**id**: `string`
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:4
___
### item
**item**: [`LineItem`](internal.LineItem.md)
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:6
___
### item\_id
**item\_id**: `string`
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:5
___
### metadata
**metadata**: [`Record`](../modules/internal.md#record)<`string`, `unknown`\>
#### Defined in
packages/medusa/dist/models/line-item-adjustment.d.ts:11