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
3 changes: 2 additions & 1 deletion xero_accounting.yaml
Original file line number Diff line number Diff line change
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. This will be ACCPAY if the linked transaction was created from an invoice, SPEND if it was created from a bank transaction, or RECEIPT when returned for a receipt transaction.
type: string
enum:
- ACCPAY
- SPEND
- RECEIPT
ValidationErrors:
description: Displays array of validation error messages from the API
type: array
Expand Down
Loading