IAtomiaBillingApiInvoicePaid Event |
Occurs when invoice is paid.
Namespace:
Atomia.Billing.Core.Sdk
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax event OnInvoicePaidHandler InvoicePaid
Event InvoicePaid As OnInvoicePaidHandler
event OnInvoicePaidHandler^ InvoicePaid {
void add (OnInvoicePaidHandler^ value);
void remove (OnInvoicePaidHandler^ value);
}
abstract InvoicePaid : IEvent<OnInvoicePaidHandler,
InvoicePaidEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.InvoicesOnInvoicePaidHandlerSee Also