chore(docs): Refactor API Reference (#1883)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
title: Tax Provider
|
||||
description: The tax service used to calculate taxes
|
||||
x-resourceId: tax_provider
|
||||
properties:
|
||||
id:
|
||||
description: The id of the tax provider as given by the plugin.
|
||||
type: string
|
||||
example: manual
|
||||
is_installed:
|
||||
description: >-
|
||||
Whether the plugin is installed in the current version. Plugins that are
|
||||
no longer installed are not deleted by will have this field set to
|
||||
`false`.
|
||||
type: boolean
|
||||
default: true
|
||||
Reference in New Issue
Block a user