IAtomiaBillingApiInvoicePreUpdated Event |
Occurs before invoice is updated.
Namespace:
Atomia.Billing.Core.Sdk
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax event OnPreInvoiceUpdate InvoicePreUpdated
Event InvoicePreUpdated As OnPreInvoiceUpdate
event OnPreInvoiceUpdate^ InvoicePreUpdated {
void add (OnPreInvoiceUpdate^ value);
void remove (OnPreInvoiceUpdate^ value);
}
abstract InvoicePreUpdated : IEvent<OnPreInvoiceUpdate,
PreInvoiceUpdatedEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnPreInvoiceUpdateSee Also