FinancialStatementNodeCorrespondanceCorrespondantAccountGroup Property |
Correspondant account group determining the correspondances for which the balances are summed. If null means that the balances of all correspondances for the main account group are summed. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic AccountGroup CorrespondantAccountGroup { get; set; }
Public Property CorrespondantAccountGroup As AccountGroup
Get
Set
public:
property AccountGroup^ CorrespondantAccountGroup {
AccountGroup^ get ();
void set (AccountGroup^ value);
}
member CorrespondantAccountGroup : AccountGroup with get, set
Property Value
Type:
AccountGroup
See Also