Click or drag to resize

AccountTerminatedEventArgs Constructor (Account, AccountDetails, String)

Initializes a new instance of the AccountTerminatedEventArgs 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 AccountTerminatedEventArgs(
	Account account,
	AccountDetails accountDetails,
	string reason
)

Parameters

account
Type: Account
The account.
accountDetails
Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountDetails
The account details.
reason
Type: SystemString
The reason.
See Also