InvoiceToPaymentOrderFulfillmentOrderItemGetInvoiceLinesTotalAmount Method |
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount GetInvoiceLinesTotalAmount(
bool forShipmentsOnly
)
Public Function GetInvoiceLinesTotalAmount (
forShipmentsOnly As Boolean
) As Amount
public:
Amount^ GetInvoiceLinesTotalAmount(
bool forShipmentsOnly
)
member GetInvoiceLinesTotalAmount :
forShipmentsOnly : bool -> Amount
Parameters
- forShipmentsOnly
- Type: SystemBoolean
if set to true only lines with BusinessReason = Shipment are used.
Return Value
Type:
AmountThe total amount for all invoice lines within the group.
See Also