AccountingVoucherLineDebitBase Property |
The amount of debit in base currency. [Currency: Voucher.EnterpriseCompany.BaseCurrency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount DebitBase { get; set; }
Public Property DebitBase As Amount
Get
Set
public:
property Amount^ DebitBase {
Amount^ get ();
void set (Amount^ value);
}
member DebitBase : Amount with get, set
Property Value
Type:
Amount
See Also