Skip to content

Commit e06a48a

Browse files
authored
Merge pull request #418 from nofrixion/feature/MOOV-3499-dd-transaction
MOOV-3499: Add BC DirectDebitPaymentReference prop
2 parents 37887fd + 51c2778 commit e06a48a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NoFrixion.MoneyMoov/Models/PaymentRequests/PaymentRequestEvent.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ public class PaymentRequestEvent
159159
/// </summary>
160160
public string? DirectDebitPaymentID { get; set; }
161161

162+
/// <summary>
163+
/// Reference string issued by the Direct Debit supplier.
164+
/// </summary>
165+
public string? DirectDebitPaymentReference { get; set; }
166+
162167
/// <summary>
163168
/// Gets the amount to display with the correct number of decimal places based on the currency type.
164169
/// </summary>

0 commit comments

Comments
 (0)