Click or drag to resize

IAtomiaBillingApiCheckInvoiceSendingOrder Method

Fires OnInvoiceSend event to check invoice sending order.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool CheckInvoiceSendingOrder(
	List<Guid> invoiceIds
)

Parameters

invoiceIds
Type: System.Collections.GenericListGuid
The invoice ids.

Return Value

Type: Boolean
Result of event handling.
See Also