docs: general fixes to references (#5653)
* fixed typedoc plugin's escape strategy * move props comments to the associated property * regenerate references
This commit is contained in:
@@ -175,7 +175,7 @@ An order is a purchase made by a customer. It holds details about payment and fu
|
||||
},
|
||||
{
|
||||
"name": "external_id",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The ID of an external order.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -256,7 +256,7 @@ An order is a purchase made by a customer. It holds details about payment and fu
|
||||
},
|
||||
{
|
||||
"name": "item_tax_total",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The tax total applied on items",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -292,7 +292,7 @@ An order is a purchase made by a customer. It holds details about payment and fu
|
||||
},
|
||||
{
|
||||
"name": "object",
|
||||
"type": "``\"order\"``",
|
||||
"type": "`\"order\"`",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "\"order\"",
|
||||
@@ -409,7 +409,7 @@ An order is a purchase made by a customer. It holds details about payment and fu
|
||||
},
|
||||
{
|
||||
"name": "sales_channel_id",
|
||||
"type": "``null`` \\| `string`",
|
||||
"type": "`null` \\| `string`",
|
||||
"description": "The ID of the sales channel this order belongs to.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -445,7 +445,7 @@ An order is a purchase made by a customer. It holds details about payment and fu
|
||||
},
|
||||
{
|
||||
"name": "shipping_tax_total",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The tax total applied on shipping",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -490,7 +490,7 @@ An order is a purchase made by a customer. It holds details about payment and fu
|
||||
},
|
||||
{
|
||||
"name": "tax_rate",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The order's tax rate",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -499,7 +499,7 @@ An order is a purchase made by a customer. It holds details about payment and fu
|
||||
},
|
||||
{
|
||||
"name": "tax_total",
|
||||
"type": "``null`` \\| `number`",
|
||||
"type": "`null` \\| `number`",
|
||||
"description": "The total of tax",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user