Click or drag to resize

SubscriptionHelperGetSubscriptionsForRenewalCheck Method

Gets subscriptions for renewal notification for specified time period.

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> GetSubscriptionsForRenewalCheck(
	string subscriptionState,
	string renewedSubscriptionState,
	DateTime renewedSubscriptionExpirationDateMin,
	DateTime renewedSubscriptionExpirationDateMax,
	string[] renewedItemCategories,
	string extendedSubscriptionState,
	string checkAttributeName
)

Parameters

subscriptionState
Type: SystemString
The subscription state.
renewedSubscriptionState
Type: SystemString
The renewed subscription state.
renewedSubscriptionExpirationDateMin
Type: SystemDateTime
The renewed subscription expiration date lower margin.
renewedSubscriptionExpirationDateMax
Type: SystemDateTime
The renewed subscription expiration date upper margin.
renewedItemCategories
Type: SystemString
The item categories.
extendedSubscriptionState
Type: SystemString
The extended subscription state.
checkAttributeName
Type: SystemString
The attribute name.

Return Value

Type: ListSubscription
Filtered subscriptions.
See Also