Skip to content

Commit

Permalink
Add omitFromAddress setting to TaxJarCredential (#1529)
Browse files Browse the repository at this point in the history
* Add useFromAddress setting to TaxJarCredential

* Update openapi/components/schemas/Credentials/TaxJarCredential.yaml

Co-authored-by: Tornike Nanobashvili <[email protected]>

* Update openapi/components/schemas/Credentials/TaxJarCredential.yaml

Co-authored-by: Chris  <[email protected]>

* Update field and description

---------

Co-authored-by: Tornike Nanobashvili <[email protected]>
Co-authored-by: Chris <[email protected]>
  • Loading branch information
3 people authored Aug 3, 2023
1 parent da3aa32 commit 5cc39b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openapi/components/schemas/Credentials/TaxJarCredential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,12 @@ properties:
description: TaxJar API token.
format: password
example: 0ab15e3c1cc608b6f592fbddaddeb8f2
omitFromAddress:
type: boolean
description: |-
Specifies if `from_` address fields must be omitted in TaxJar request.
For more information, see [TaxJar API guide](https://developers.taxjar.com/api/guides/#when-to-use-from_-address-information).
default: false
example: false
_links:
$ref: ../SelfLink.yaml

0 comments on commit 5cc39b1

Please sign in to comment.