EventContainerInvoicePreUpdated Event |
[Missing <summary> documentation for "E:Atomia.Billing.Core.Sdk.Events.EventContainer.InvoicePreUpdated"]
Namespace:
Atomia.Billing.Core.Sdk.Events
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public event OnPreInvoiceUpdate InvoicePreUpdated
Public Event InvoicePreUpdated As OnPreInvoiceUpdate
public:
event OnPreInvoiceUpdate^ InvoicePreUpdated {
void add (OnPreInvoiceUpdate^ value);
void remove (OnPreInvoiceUpdate^ value);
}
member InvoicePreUpdated : IEvent<OnPreInvoiceUpdate,
PreInvoiceUpdatedEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnPreInvoiceUpdateSee Also