InvoiceToPaymentOrderFulfillmentAmountToPay Property |
Gets the amount to pay measure.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Measure<InvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder> AmountToPay { get; }
Public ReadOnly Property AmountToPay As Measure(Of InvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder)
Get
public:
property Measure<InvoiceToPaymentOrderFulfillmentOrderItem^, PaymentOrder^>^ AmountToPay {
Measure<InvoiceToPaymentOrderFulfillmentOrderItem^, PaymentOrder^>^ get ();
}
member AmountToPay : Measure<InvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder> with get
Property Value
Type:
MeasureInvoiceToPaymentOrderFulfillmentOrderItem,
PaymentOrder
The amount to pay.
See Also