diff --git a/src/NoFrixion.MoneyMoov/Models/Transaction/Counterparty.cs b/src/NoFrixion.MoneyMoov/Models/Transaction/Counterparty.cs index 8282a109..d7b45277 100755 --- a/src/NoFrixion.MoneyMoov/Models/Transaction/Counterparty.cs +++ b/src/NoFrixion.MoneyMoov/Models/Transaction/Counterparty.cs @@ -27,6 +27,11 @@ public class Counterparty /// it will take precedence over any other destination details set for the counterparty. /// public Guid? AccountID { get; set; } + + /// + /// If the counterparty is an internal account, this is the name of the account. + /// + public string? InternalAccountName { get; set; } = string.Empty; /// /// Optional ID of a Beneficiary to use for the counterparty destination. If set