Click or drag to resize

SubscriptionHelperListByCustomerAndTypes Method (Account, String)

Lists the subscriptions by customer and types.

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> ListByCustomerAndTypes(
	Account customer,
	string[] types
)

Parameters

customer
Type: Account
The customer account.
types
Type: SystemString
The types.

Return Value

Type: ListSubscription
List of subscriptions.
See Also