Click or drag to resize

IAtomiaBillingApiGetPendingTerminationRequest Method

Gets pending termination request for customer with given account id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
AccountTerminationRequest GetPendingTerminationRequest(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: AccountTerminationRequest
Termination request or null if customer is not pending termination.
See Also