Click or drag to resize

AccountCreatedEventArgs Constructor

Initializes a new instance of the AccountCreatedEventArgs class.

Namespace:  Atomia.Billing.Core.Sdk.Events.Accounts
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public AccountCreatedEventArgs(
	AccountDetails account
)

Parameters

account
Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountDetails
The account details.
See Also