IAtomiaBillingApiInvoicePreSent Event |
Occurs when single invoice is about to be sent.
Namespace:
Atomia.Billing.Core.Sdk
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax event OnPreSendSingleInvoice InvoicePreSent
Event InvoicePreSent As OnPreSendSingleInvoice
event OnPreSendSingleInvoice^ InvoicePreSent {
void add (OnPreSendSingleInvoice^ value);
void remove (OnPreSendSingleInvoice^ value);
}
abstract InvoicePreSent : IEvent<OnPreSendSingleInvoice,
PreSendSingleInvoiceEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnPreSendSingleInvoiceSee Also