chore(docs): Generated API Reference (#3718)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
olivermrbl
parent
51d0b88404
commit
70435d5631
@@ -0,0 +1,27 @@
|
||||
title: Priced Shipping Option
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: ./ShippingOption.yaml
|
||||
- type: object
|
||||
properties:
|
||||
price_incl_tax:
|
||||
type: number
|
||||
description: Price including taxes
|
||||
tax_rates:
|
||||
type: array
|
||||
description: An array of applied tax rates
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
rate:
|
||||
type: number
|
||||
description: The tax rate value
|
||||
name:
|
||||
type: string
|
||||
description: The name of the tax rate
|
||||
code:
|
||||
type: string
|
||||
description: The code of the tax rate
|
||||
tax_amount:
|
||||
type: number
|
||||
description: The taxes applied.
|
||||
Reference in New Issue
Block a user