InvoiceCreatePaymentOrders Method |
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<PaymentOrder> CreatePaymentOrders(
DocumentType documentType,
bool forShipmentsOnly
)
Public Function CreatePaymentOrders (
documentType As DocumentType,
forShipmentsOnly As Boolean
) As IEnumerable(Of PaymentOrder)
public:
IEnumerable<PaymentOrder^>^ CreatePaymentOrders(
DocumentType^ documentType,
bool forShipmentsOnly
)
member CreatePaymentOrders :
documentType : DocumentType *
forShipmentsOnly : bool -> IEnumerable<PaymentOrder>
Parameters
- documentType
- Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
Type of the payment order document(s) to generate. - forShipmentsOnly
- Type: SystemBoolean
if set to true the amount for payment only includes lines with BusinessReason = Shipment.
Return Value
Type:
IEnumerablePaymentOrderThe collection of the generated payment orders.
See Also