Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions reference/tax_properties.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,13 @@ components:
format: date-time
example: 2022-07-21T19:33:57+00:00
readOnly: true
type:
type: string
description: The type of entity that the tax property can be associated with.
enum:
- PRODUCT
- CUSTOMER
example: PRODUCT
PropertyPOST:
type: object
properties:
Expand All @@ -347,6 +354,15 @@ components:
This string will be displayed on the Products screen as a tooltip
associated with the relevant field.
example: Food Industry
type:
type: string
description: The type of entity that the tax property can be associated with.
Default
enum:
- PRODUCT
- CUSTOMER
default: PRODUCT
example: PRODUCT
required:
- code
- display_name
Expand Down