diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 3d75856bc..b3e0c9818 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -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