AccountingVoucherLineRateDivisor Property |
The divisor for conversion from Debit/Credit to base currency. [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal RateDivisor { get; set; }
Public Property RateDivisor As Decimal
Get
Set
public:
property Decimal^ RateDivisor {
Decimal^ get ();
void set (Decimal^ value);
}
member RateDivisor : decimal with get, set
Property Value
Type:
Decimal
See Also