AccountingVoucherLineCredit Property |
The amount of the credit in the currency of the account. 0 means that the account is not credited. [Currency: Currency] [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 Credit { get; set; }
Public Property Credit As Amount
Get
Set
public:
property Amount^ Credit {
Amount^ get ();
void set (Amount^ value);
}
member Credit : Amount with get, set
Property Value
Type:
Amount
See Also