EventContainerInvoicePreSent Event |
[Missing <summary> documentation for "E:Atomia.Billing.Core.Sdk.Events.EventContainer.InvoicePreSent"]
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 OnPreSendSingleInvoice InvoicePreSent
Public Event InvoicePreSent As OnPreSendSingleInvoice
public:
event OnPreSendSingleInvoice^ InvoicePreSent {
void add (OnPreSendSingleInvoice^ value);
void remove (OnPreSendSingleInvoice^ value);
}
member InvoicePreSent : IEvent<OnPreSendSingleInvoice,
PreSendSingleInvoiceEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnPreSendSingleInvoiceSee Also