Skip to content
Open
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
5 changes: 3 additions & 2 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21300,7 +21300,7 @@ components:
maxLength: 50
type: string
TaxNumberType:
description: Identifier of the regional type of tax number, such as US, UK, or other regional tax identifiers
description: Identifier of the regional type of tax number, such as US, UK, or other regional tax identifiers. GET responses have been observed with a namespaced form (TAXNUMBERTYPE/SSN); treat that as SSN.
type: string
enum:
- SSN
Expand Down Expand Up @@ -22932,11 +22932,12 @@ components:
example: /Date(1573755038314)/
readOnly: true
SourceTransactionTypeCode:
description: The Type of the source tranasction. This will be ACCPAY if the linked transaction was created from an invoice and SPEND if it was created from a bank transaction.
description: The Type of the source transaction. ACCPAY if created from a bill, SPEND if created from a spend-money bank transaction, RECEIPT if created from a receive-money bank transaction.
type: string
enum:
- ACCPAY
- SPEND
- RECEIPT
ValidationErrors:
description: Displays array of validation error messages from the API
type: array
Expand Down
Loading