AccountingVoucherLineCorrespondantAmount Property |
The amount (in the currency of the correspondant line) to which the amount in this line is corresponding. This field has value only when the current line is corresponding to only one line (e.g. null means that the current line is corresponding to many lines). [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> CorrespondantAmount { get; set; }
Public Property CorrespondantAmount As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ CorrespondantAmount {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member CorrespondantAmount : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also