Click or drag to resize

IAtomiaBillingApi.GetSubscriptionsForRenewalPeriod 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: System.Guid
The renewal period id.
languageIsoCode
Type: System.String
The language ISO code.
allowedStates
Type:System.String[]
The allowed states.
notAllowedStates
Type:System.String[]
The not allowed states.

Return Value

Type: List<Subscription>
Filtered subscriptions for renewal period.
See Also