Click or drag to resize

SubscriptionHelperListSubscriptionsForTermination Method

Lists the subscriptions for termination.

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 List<Subscription> ListSubscriptionsForTermination(
	Account customer
)

Parameters

customer
Type: Account
The customer.

Return Value

Type: ListSubscription
The list of subscriptions to be terminated before termination request is created
See Also