From 51c2778eaf586604a19614601118404a19088ea6 Mon Sep 17 00:00:00 2001 From: Axel Granillo Date: Wed, 25 Sep 2024 01:10:07 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20MOOV-3499:=20Add=20BC=20DirectDebit?= =?UTF-8?q?PaymentReference=20prop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Models/PaymentRequests/PaymentRequestEvent.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/NoFrixion.MoneyMoov/Models/PaymentRequests/PaymentRequestEvent.cs b/src/NoFrixion.MoneyMoov/Models/PaymentRequests/PaymentRequestEvent.cs index 3450bbe3..7daa1c5e 100755 --- a/src/NoFrixion.MoneyMoov/Models/PaymentRequests/PaymentRequestEvent.cs +++ b/src/NoFrixion.MoneyMoov/Models/PaymentRequests/PaymentRequestEvent.cs @@ -159,6 +159,11 @@ public class PaymentRequestEvent /// public string? DirectDebitPaymentID { get; set; } + /// + /// Reference string issued by the Direct Debit supplier. + /// + public string? DirectDebitPaymentReference { get; set; } + /// /// Gets the amount to display with the correct number of decimal places based on the currency type. ///