Click or drag to resize

IAtomiaBillingApiCreateTerminateAccountRequests Method

Schedules account termination for customers.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Dictionary<Guid, bool> CreateTerminateAccountRequests(
	IList<AccountTerminationRequest> requests
)

Parameters

requests
Type: System.Collections.GenericIListAccountTerminationRequest
The account termination requests.

Return Value

Type: DictionaryGuid, Boolean
Dictionary with results for all accounts. Result is true if termination request is created, otherwise false.
See Also