Click or drag to resize

SubscriptionHelperGetSubscriptionsByCustomerAndStartDate Method

Gets the subscriptions.

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> GetSubscriptionsByCustomerAndStartDate(
	Account customer,
	DateTime startDate,
	string[] allowedStates,
	string[] notAllowedStates
)

Parameters

customer
Type: Account
Customer account.
startDate
Type: SystemDateTime
The subscription start date.
allowedStates
Type: SystemString
The allowed states.
notAllowedStates
Type: SystemString
The not allowed states.

Return Value

Type: ListSubscription
Filtered subscriptions.
See Also