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