From b2255854b1ad62b0222ad102f2c199819565bac9 Mon Sep 17 00:00:00 2001 From: Mia Miu Date: Sat, 22 Aug 2026 20:37:24 +1200 Subject: [PATCH] fix(accounting): accept receipt linked transactions --- xero_accounting.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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