IAtomiaBillingApiAccountCreated Event |
Occurs when account is created.
Namespace:
Atomia.Billing.Core.Sdk
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax event OnAccountCreatedHandler AccountCreated
Event AccountCreated As OnAccountCreatedHandler
event OnAccountCreatedHandler^ AccountCreated {
void add (OnAccountCreatedHandler^ value);
void remove (OnAccountCreatedHandler^ value);
}
abstract AccountCreated : IEvent<OnAccountCreatedHandler,
AccountCreatedEventArgs>
Value
Type:
Atomia.Billing.Core.Sdk.Events.AccountsOnAccountCreatedHandlerSee Also