Skip to content

Commit

Permalink
Merge pull request #418 from nofrixion/feature/MOOV-3499-dd-transaction
Browse files Browse the repository at this point in the history
MOOV-3499: Add BC DirectDebitPaymentReference prop
  • Loading branch information
agranillonf authored Sep 25, 2024
2 parents 37887fd + 51c2778 commit e06a48a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ public class PaymentRequestEvent
/// </summary>
public string? DirectDebitPaymentID { get; set; }

/// <summary>
/// Reference string issued by the Direct Debit supplier.
/// </summary>
public string? DirectDebitPaymentReference { get; set; }

/// <summary>
/// Gets the amount to display with the correct number of decimal places based on the currency type.
/// </summary>
Expand Down

0 comments on commit e06a48a

Please sign in to comment.