SendInvoiceEventArgs Constructor |
Namespace:
Atomia.Billing.Core.Sdk.Events.Invoices
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public SendInvoiceEventArgs(
List<Guid> invoiceIds
)
Public Sub New (
invoiceIds As List(Of Guid)
)
public:
SendInvoiceEventArgs(
List<Guid>^ invoiceIds
)
new :
invoiceIds : List<Guid> -> SendInvoiceEventArgs
Parameters
- invoiceIds
- Type: System.Collections.GenericListGuid
The invoice ids.
See Also