PreSendSingleInvoiceEventArgs 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 PreSendSingleInvoiceEventArgs(
Invoice invoice
)
Public Sub New (
invoice As Invoice
)
public:
PreSendSingleInvoiceEventArgs(
Invoice^ invoice
)
new :
invoice : Invoice -> PreSendSingleInvoiceEventArgs
Parameters
- invoice
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice.
See Also