Click or drag to resize

IAtomiaBillingApiTerminateAccount Method

Note: This API is now obsolete.

Terminates the account.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute("Use new method TerminateAccountAfterRequest.")]
void TerminateAccount(
	Guid accountId,
	string reason
)

Parameters

accountId
Type: SystemGuid
Id of account to be terminated.
reason
Type: SystemString
Reason for termination.
See Also