IAtomiaBillingApiInvoiceSending Event |
Occurs before invoices are sent.
Namespace:
Atomia.Billing.Core.Sdk
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax event OnSendInvoice InvoiceSending
Event InvoiceSending As OnSendInvoice
event OnSendInvoice^ InvoiceSending {
void add (OnSendInvoice^ value);
void remove (OnSendInvoice^ value);
}
abstract InvoiceSending : IEvent<OnSendInvoice,
SendInvoiceEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnSendInvoiceSee Also