BulkPaymentOrderLineInvoiceAmount Property |
The specified invoice amount. (the invoice amount converted to the Total_Amount_Currency_Id must be equal to the Total_Amount). [Currency: InvoiceAmountCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Payments
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount InvoiceAmount { get; set; }
Public Property InvoiceAmount As Amount
Get
Set
public:
property Amount^ InvoiceAmount {
Amount^ get ();
void set (Amount^ value);
}
member InvoiceAmount : Amount with get, set
Property Value
Type:
Amount
See Also