InvoiceLineSalesOrderAmount Property |
Specifies what portion of the amount of the sales order is invoiced with this line. The amount is calculated with respect to the trade conditions (prices, discounts, etc.) from the sales order. Can be different from the total amount of the line when the trade conditions from the sales order have changed before invoicing.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> SalesOrderAmount { get; set; }
Public Property SalesOrderAmount As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ SalesOrderAmount {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member SalesOrderAmount : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also