64 lines
849 B
Markdown
64 lines
849 B
Markdown
# Class: Item
|
|
|
|
[internal](../modules/internal-12.md).Item
|
|
|
|
## Properties
|
|
|
|
### id
|
|
|
|
• **id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:117
|
|
|
|
___
|
|
|
|
### images
|
|
|
|
• **images**: [`Image`](internal-12.Image.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:120
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• `Optional` **metadata**: `object`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:122
|
|
|
|
___
|
|
|
|
### note
|
|
|
|
• `Optional` **note**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:118
|
|
|
|
___
|
|
|
|
### reason
|
|
|
|
• `Optional` **reason**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:119
|
|
|
|
___
|
|
|
|
### tags
|
|
|
|
• **tags**: [`Tag`](internal-12.Tag.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/admin/orders/update-claim.d.ts:121
|