IAtomiaBillingApiCreditInvoicePreSent Event |
Occurs when single credit invoice is about to be sent.
Namespace:
Atomia.Billing.Core.Sdk
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax event OnPreSendSingleCreditInvoice CreditInvoicePreSent
Event CreditInvoicePreSent As OnPreSendSingleCreditInvoice
event OnPreSendSingleCreditInvoice^ CreditInvoicePreSent {
void add (OnPreSendSingleCreditInvoice^ value);
void remove (OnPreSendSingleCreditInvoice^ value);
}
abstract CreditInvoicePreSent : IEvent<OnPreSendSingleCreditInvoice,
PreSendSingleCreditInvoiceEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnPreSendSingleCreditInvoiceSee Also