Click or drag to resize

IAtomiaBillingApiGetSubscriptionsForRenewalPeriod Method

Gets the subscriptions for renewal period.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Subscription> GetSubscriptionsForRenewalPeriod(
	Guid renewalPeriodId,
	string languageIsoCode,
	string[] allowedStates,
	string[] notAllowedStates
)

Parameters

renewalPeriodId
Type: SystemGuid
The renewal period id.
languageIsoCode
Type: SystemString
The language ISO code.
allowedStates
Type: SystemString
The allowed states.
notAllowedStates
Type: SystemString
The not allowed states.

Return Value

Type: ListSubscription
Filtered subscriptions for renewal period.
See Also