SubscriptionHelperGetSubscriptionsForExpiration Method (String, String, Int32, String, String, String, Int32) |
Gets subscriptions for expiration.
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> GetSubscriptionsForExpiration(
string[] allowedStates,
string[] notAllowedStates,
int expirationDateOffset,
string[] itemCategories,
string taskItemType,
string taskType,
int maxItemsCount
)
Public Shared Function GetSubscriptionsForExpiration (
allowedStates As String(),
notAllowedStates As String(),
expirationDateOffset As Integer,
itemCategories As String(),
taskItemType As String,
taskType As String,
maxItemsCount As Integer
) As List(Of Subscription)
public:
static List<Subscription^>^ GetSubscriptionsForExpiration(
array<String^>^ allowedStates,
array<String^>^ notAllowedStates,
int expirationDateOffset,
array<String^>^ itemCategories,
String^ taskItemType,
String^ taskType,
int maxItemsCount
)
static member GetSubscriptionsForExpiration :
allowedStates : string[] *
notAllowedStates : string[] *
expirationDateOffset : int *
itemCategories : string[] *
taskItemType : string *
taskType : string *
maxItemsCount : int -> List<Subscription>
Parameters
- allowedStates
- Type: SystemString
The allowed states. - notAllowedStates
- Type: SystemString
The not allowed states. - expirationDateOffset
- Type: SystemInt32
The expiration date offset. - itemCategories
- Type: SystemString
The item categories. - taskItemType
- Type: SystemString
Type of the task item. - taskType
- Type: SystemString
Type of the task. - maxItemsCount
- Type: SystemInt32
The max items count.
Return Value
Type:
ListSubscriptionFiltered subscriptions.
See Also