64 lines
1.2 KiB
Markdown
64 lines
1.2 KiB
Markdown
# Class: AdminPriceSelectionParams
|
|
|
|
[internal](../modules/internal-33.md).AdminPriceSelectionParams
|
|
|
|
## Hierarchy
|
|
|
|
- [`PriceSelectionParams`](internal-33.PriceSelectionParams.md)
|
|
|
|
↳ **`AdminPriceSelectionParams`**
|
|
|
|
↳↳ [`AdminGetVariantsParams`](internal-33.AdminGetVariantsParams.md)
|
|
|
|
## Properties
|
|
|
|
### cart\_id
|
|
|
|
• `Optional` **cart\_id**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[PriceSelectionParams](internal-33.PriceSelectionParams.md).[cart_id](internal-33.PriceSelectionParams.md#cart_id)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/types/price-selection.d.ts:2
|
|
|
|
___
|
|
|
|
### currency\_code
|
|
|
|
• `Optional` **currency\_code**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[PriceSelectionParams](internal-33.PriceSelectionParams.md).[currency_code](internal-33.PriceSelectionParams.md#currency_code)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/types/price-selection.d.ts:4
|
|
|
|
___
|
|
|
|
### customer\_id
|
|
|
|
• `Optional` **customer\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/types/price-selection.d.ts:7
|
|
|
|
___
|
|
|
|
### region\_id
|
|
|
|
• `Optional` **region\_id**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[PriceSelectionParams](internal-33.PriceSelectionParams.md).[region_id](internal-33.PriceSelectionParams.md#region_id)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/types/price-selection.d.ts:3
|