Files
medusa-store/www/apps/resources/references/pricing/interfaces/pricing.IBigNumber/page.mdx
github-actions[bot] e5909d4aad chore(docs): Generated References (#8573)
Generated the following references:
- `cart`
- `core_flows`
- `dml`
- `fulfillment`
- `helper_steps`
- `inventory_next`
- `modules`
- `order`
- `order_models`
- `payment`
- `pricing`
- `promotion`
- `tax`
- `types`
- `utils`
- `workflows`

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-08-13 09:26:51 +00:00

21 lines
961 B
Plaintext

---
displayed_sidebar: pricingReference
---
import { TypeList } from "docs-ui"
# IBigNumber
## Properties
- [numeric](page.mdx#numeric)
- [raw](page.mdx#raw)
- [bigNumber](page.mdx#bignumber)
## Methods
- [toJSON](../../IBigNumber/methods/pricing.IBigNumber.toJSON/page.mdx)
- [valueOf](../../IBigNumber/methods/pricing.IBigNumber.valueOf/page.mdx)
<TypeList types={[{"name":"numeric","type":"`number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"raw","type":"[BigNumberRawValue](../../types/pricing.BigNumberRawValue/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"bigNumber","type":"`BigNumber`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="IBigNumber"/>