TemplateLineCreditAccount Property |
The account which should be credited. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Account CreditAccount { get; set; }
Public Property CreditAccount As Account
Get
Set
public:
property Account^ CreditAccount {
Account^ get ();
void set (Account^ value);
}
member CreditAccount : Account with get, set
Property Value
Type:
Account
See Also