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