IAtomiaBillingApiInvoiceUpdated Event |
Occurs when 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 OnInvoiceUpdate InvoiceUpdated
Event InvoiceUpdated As OnInvoiceUpdate
event OnInvoiceUpdate^ InvoiceUpdated {
void add (OnInvoiceUpdate^ value);
void remove (OnInvoiceUpdate^ value);
}
abstract InvoiceUpdated : IEvent<OnInvoiceUpdate,
InvoiceUpdatedEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnInvoiceUpdateSee Also