Click or drag to resize

AccountsHelperGetAccountTerminationRequests Method

Gets account status change requests of given type for customer.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static IList<AccountTerminationRequestData> GetAccountTerminationRequests(
	Guid accountId,
	AccountStatusChangeRequestStatusType requestStatus
)

Parameters

accountId
Type: SystemGuid
The account id.
requestStatus
Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountStatusChangeRequestStatusType
The request status.

Return Value

Type: IListAccountTerminationRequestData
List of requests.
See Also