Generated the following references: - `entities` - `file` - `fulfillment` - `inventory` - `js_client` - `medusa` - `medusa_config` - `medusa_react` - `modules` - `notification` - `payment` - `price_selection` - `pricing` - `product` - `search` - `services` - `stock_location` - `tax` - `tax_calculation` - `types` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# price-selection
|
|
|
|
## Classes
|
|
|
|
- [AbstractPriceSelectionStrategy](../price_selection/classes/price_selection.AbstractPriceSelectionStrategy.mdx)
|
|
|
|
## Interfaces
|
|
|
|
- [IPriceSelectionStrategy](../price_selection/interfaces/price_selection.IPriceSelectionStrategy.mdx)
|
|
- [PriceSelectionContext](../price_selection/interfaces/price_selection.PriceSelectionContext.mdx)
|
|
- [PriceSelectionResult](../price_selection/interfaces/price_selection.PriceSelectionResult.mdx)
|
|
|
|
## Type Aliases
|
|
|
|
- [PriceType](../price_selection/types/price_selection.PriceType.mdx)
|
|
|
|
___
|
|
|
|
## Variables
|
|
|
|
### PriceType
|
|
|
|
**PriceType**: `Object`
|
|
|
|
#### Properties
|
|
|
|
<ParameterTypes parameters={[{"name":"DEFAULT","type":"[DEFAULT](medusa.mdx#default)","description":"","optional":false,"defaultValue":"\"default\"","expandable":false,"children":[]},{"name":"SALE","type":"[SALE](../medusa/enums/medusa.PriceListType.mdx#sale)","description":"","optional":false,"defaultValue":"\"sale\"","expandable":false,"children":[]},{"name":"OVERRIDE","type":"[OVERRIDE](../medusa/enums/medusa.PriceListType.mdx#override)","description":"","optional":false,"defaultValue":"\"override\"","expandable":false,"children":[]}]} sectionTitle="PriceType"/>
|