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>
21 lines
961 B
Plaintext
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"/>
|