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>
This commit is contained in:
committed by
GitHub
parent
378ca1b36e
commit
daea35fe73
+95
@@ -0,0 +1,95 @@
|
||||
---
|
||||
displayed_sidebar: jsClientSidebar
|
||||
---
|
||||
|
||||
# Class: AdminPriceSelectionParams
|
||||
|
||||
[internal](../modules/internal-8.md).AdminPriceSelectionParams
|
||||
|
||||
## Hierarchy
|
||||
|
||||
- [`PriceSelectionParams`](internal-8.PriceSelectionParams.md)
|
||||
|
||||
↳ **`AdminPriceSelectionParams`**
|
||||
|
||||
↳↳ [`AdminGetVariantsParams`](internal-8.internal.AdminGetVariantsParams.md)
|
||||
|
||||
## Properties
|
||||
|
||||
### cart\_id
|
||||
|
||||
• `Optional` **cart\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-8.PriceSelectionParams.md).[cart_id](internal-8.PriceSelectionParams.md#cart_id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/price-selection.d.ts:3
|
||||
|
||||
___
|
||||
|
||||
### currency\_code
|
||||
|
||||
• `Optional` **currency\_code**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-8.PriceSelectionParams.md).[currency_code](internal-8.PriceSelectionParams.md#currency_code)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/price-selection.d.ts:5
|
||||
|
||||
___
|
||||
|
||||
### customer\_id
|
||||
|
||||
• `Optional` **customer\_id**: `string`
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/price-selection.d.ts:8
|
||||
|
||||
___
|
||||
|
||||
### expand
|
||||
|
||||
• `Optional` **expand**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-8.PriceSelectionParams.md).[expand](internal-8.PriceSelectionParams.md#expand)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/common.d.ts:239
|
||||
|
||||
___
|
||||
|
||||
### fields
|
||||
|
||||
• `Optional` **fields**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-8.PriceSelectionParams.md).[fields](internal-8.PriceSelectionParams.md#fields)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/common.d.ts:240
|
||||
|
||||
___
|
||||
|
||||
### region\_id
|
||||
|
||||
• `Optional` **region\_id**: `string`
|
||||
|
||||
#### Inherited from
|
||||
|
||||
[PriceSelectionParams](internal-8.PriceSelectionParams.md).[region_id](internal-8.PriceSelectionParams.md#region_id)
|
||||
|
||||
#### Defined in
|
||||
|
||||
packages/medusa/dist/types/price-selection.d.ts:4
|
||||
Reference in New Issue
Block a user