Click or drag to resize

AccountsHelperCreateAccountReactivationRequest Method

Creates new account reactivation request.

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 AccountReactivationRequest CreateAccountReactivationRequest(
	Guid customerId,
	AccountStatusChangeRequestStatusType status,
	DateTime date,
	TerminationOrigin terminationOrigin,
	string reason,
	Dictionary<string, Object> customAttributes,
	Guid creatorAccountId,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

customerId
Type: SystemGuid
The customer id.
status
Type: Atomia.Billing.Core.Sdk.BusinessObjectsAccountStatusChangeRequestStatusType
The request status.
date
Type: SystemDateTime
The request date.
terminationOrigin
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTerminationOrigin
The termination origin.
reason
Type: SystemString
The reason.
customAttributes
Type: System.Collections.GenericDictionaryString, Object
The custom attributes.
creatorAccountId
Type: SystemGuid
The creator account id.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: AccountReactivationRequest
Created request.
See Also