Skip to content

Commit

Permalink
Merge pull request #371 from nofrixion/MOOV-3415-Add-Internal-Account…
Browse files Browse the repository at this point in the history
…-Name-In-Counterparty

Add internal account name in counterparty
  • Loading branch information
sauravmaiti22 authored Jul 4, 2024
2 parents 1ee3761 + e87c927 commit 1256cfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/NoFrixion.MoneyMoov/Models/Transaction/Counterparty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ public class Counterparty
/// it will take precedence over any other destination details set for the counterparty.
/// </summary>
public Guid? AccountID { get; set; }

/// <summary>
/// If the counterparty is an internal account, this is the name of the account.
/// </summary>
public string? InternalAccountName { get; set; } = string.Empty;

/// <summary>
/// Optional ID of a Beneficiary to use for the counterparty destination. If set
Expand Down

0 comments on commit 1256cfe

Please sign in to comment.