We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37887fd + 51c2778 commit e06a48aCopy full SHA for e06a48a
src/NoFrixion.MoneyMoov/Models/PaymentRequests/PaymentRequestEvent.cs
@@ -159,6 +159,11 @@ public class PaymentRequestEvent
159
/// </summary>
160
public string? DirectDebitPaymentID { get; set; }
161
162
+ /// <summary>
163
+ /// Reference string issued by the Direct Debit supplier.
164
+ /// </summary>
165
+ public string? DirectDebitPaymentReference { get; set; }
166
+
167
/// <summary>
168
/// Gets the amount to display with the correct number of decimal places based on the currency type.
169
0 commit comments