Click or drag to resize

SubscriptionHelperListSubscriptionsForPeriodicInvoicing Method

Lists the subscriptions for periodic invoicing.

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> ListSubscriptionsForPeriodicInvoicing(
	Guid resellerId,
	DateTime startDate,
	DateTime endDate
)

Parameters

resellerId
Type: SystemGuid
The reseller unique identifier.
startDate
Type: SystemDateTime
The start date.
endDate
Type: SystemDateTime
The end date.

Return Value

Type: ListSubscription
List of subscriptions.
See Also