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