* reorganize docs apps * add README * fix directory * add condition for old docs
12 lines
901 B
Plaintext
12 lines
901 B
Plaintext
---
|
|
displayed_sidebar: taxReference
|
|
---
|
|
|
|
import { TypeList } from "docs-ui"
|
|
|
|
# TaxableShippingDTO
|
|
|
|
The taxable shipping details.
|
|
|
|
<TypeList types={[{"name":"id","type":"`string`","description":"The ID of the taxable shipping.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"shipping_option_id","type":"`string`","description":"The associated shipping option's ID.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"unit_price","type":"[BigNumberInput](../../types/tax.BigNumberInput/page.mdx)","description":"The unit price of the taxable shipping.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"currency_code","type":"`string`","description":"The ISO 3 character currency code of the taxable shipping.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="TaxableShippingDTO"/>
|