TemplateLinePropertyIsDebit Property |
If Is_Debit=true then this property is for the debit account in the template line for which is this record. If Is_Debit=false then the property is for the credit account. [Required] [Default(true)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsDebit { get; set; }
Public Property IsDebit As Boolean
Get
Set
public:
property bool IsDebit {
bool get ();
void set (bool value);
}
member IsDebit : bool with get, set
Property Value
Type:
Boolean
See Also