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,56 @@
---
displayed_sidebar: pricingReference
---
# Pricing Module Reference Reference
## Interfaces
- [AddPricesDTO](interfaces/AddPricesDTO.md)
- [AddRulesDTO](interfaces/AddRulesDTO.md)
- [BaseFilterable](interfaces/BaseFilterable.md)
- [CalculatedPriceSetDTO](interfaces/CalculatedPriceSetDTO.md)
- [Context](interfaces/Context.md)
- [CreateCurrencyDTO](interfaces/CreateCurrencyDTO.md)
- [CreateMoneyAmountDTO](interfaces/CreateMoneyAmountDTO.md)
- [CreatePriceRuleDTO](interfaces/CreatePriceRuleDTO.md)
- [CreatePriceSetDTO](interfaces/CreatePriceSetDTO.md)
- [CreatePriceSetMoneyAmountRulesDTO](interfaces/CreatePriceSetMoneyAmountRulesDTO.md)
- [CreatePricesDTO](interfaces/CreatePricesDTO.md)
- [CreateRuleTypeDTO](interfaces/CreateRuleTypeDTO.md)
- [CurrencyDTO](interfaces/CurrencyDTO.md)
- [FilterableCurrencyProps](interfaces/FilterableCurrencyProps.md)
- [FilterableMoneyAmountProps](interfaces/FilterableMoneyAmountProps.md)
- [FilterablePriceRuleProps](interfaces/FilterablePriceRuleProps.md)
- [FilterablePriceSetMoneyAmountRulesProps](interfaces/FilterablePriceSetMoneyAmountRulesProps.md)
- [FilterablePriceSetProps](interfaces/FilterablePriceSetProps.md)
- [FilterableRuleTypeProps](interfaces/FilterableRuleTypeProps.md)
- [FindConfig](interfaces/FindConfig.md)
- [IPricingModuleService](interfaces/IPricingModuleService.md)
- [JoinerServiceConfig](interfaces/JoinerServiceConfig.md)
- [JoinerServiceConfigAlias](interfaces/JoinerServiceConfigAlias.md)
- [MoneyAmountDTO](interfaces/MoneyAmountDTO.md)
- [PriceRuleDTO](interfaces/PriceRuleDTO.md)
- [PriceSetDTO](interfaces/PriceSetDTO.md)
- [PriceSetMoneyAmountDTO](interfaces/PriceSetMoneyAmountDTO.md)
- [PriceSetMoneyAmountRulesDTO](interfaces/PriceSetMoneyAmountRulesDTO.md)
- [PricingContext](interfaces/PricingContext.md)
- [PricingFilters](interfaces/PricingFilters.md)
- [RemovePriceSetRulesDTO](interfaces/RemovePriceSetRulesDTO.md)
- [RuleTypeDTO](interfaces/RuleTypeDTO.md)
- [UpdateCurrencyDTO](interfaces/UpdateCurrencyDTO.md)
- [UpdateMoneyAmountDTO](interfaces/UpdateMoneyAmountDTO.md)
- [UpdatePriceRuleDTO](interfaces/UpdatePriceRuleDTO.md)
- [UpdatePriceSetDTO](interfaces/UpdatePriceSetDTO.md)
- [UpdatePriceSetMoneyAmountRulesDTO](interfaces/UpdatePriceSetMoneyAmountRulesDTO.md)
- [UpdateRuleTypeDTO](interfaces/UpdateRuleTypeDTO.md)
## Type Aliases
- [Exclude](types/Exclude.md)
- [JoinerRelationship](types/JoinerRelationship.md)
- [ModuleJoinerConfig](types/ModuleJoinerConfig.md)
- [ModuleJoinerRelationship](types/ModuleJoinerRelationship.md)
- [Omit](types/Omit.md)
- [Pick](types/Pick.md)
- [Record](types/Record.md)