docs: generate pricing module reference (#5349)

* docs: generate pricing module reference

* added notes about new configurations
This commit is contained in:
Shahed Nasser
2023-10-11 14:08:19 +03:00
committed by GitHub
parent 9c1c19f409
commit f0af8ecc89
110 changed files with 7170 additions and 146 deletions
@@ -0,0 +1,55 @@
---
displayed_sidebar: pricingReference
---
# PriceSetMoneyAmountDTO
An object representing a price set money amount, which holds the data related to the association between a price set and a money amount.
## Properties
### id
**id**: `string`
a string indicating the ID of a price set money amount.
#### Defined in
[packages/types/src/pricing/common/price-set-money-amount.ts:15](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/price-set-money-amount.ts#L15)
___
### money\_amount
`Optional` **money\_amount**: [`MoneyAmountDTO`](MoneyAmountDTO.md)
an object of type [MoneyAmountDTO](MoneyAmountDTO.md) holding the data of the associated money amount.
#### Defined in
[packages/types/src/pricing/common/price-set-money-amount.ts:18](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/price-set-money-amount.ts#L18)
___
### price\_set
`Optional` **price\_set**: [`PriceSetDTO`](PriceSetDTO.md)
an object of type [PriceSetDTO](PriceSetDTO.md) holding the data of the associated price set.
#### Defined in
[packages/types/src/pricing/common/price-set-money-amount.ts:17](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/price-set-money-amount.ts#L17)
___
### title
`Optional` **title**: `string`
a string indicating the title of the price set money amount.
#### Defined in
[packages/types/src/pricing/common/price-set-money-amount.ts:16](https://github.com/medusajs/medusa/blob/daea35fe73/packages/types/src/pricing/common/price-set-money-amount.ts#L16)