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
)
Public Shared Function ListSubscriptionsForPeriodicInvoicing (
resellerId As Guid,
startDate As DateTime,
endDate As DateTime
) As List(Of Subscription)
public:
static List<Subscription^>^ ListSubscriptionsForPeriodicInvoicing(
Guid resellerId,
DateTime startDate,
DateTime endDate
)
static member ListSubscriptionsForPeriodicInvoicing :
resellerId : Guid *
startDate : DateTime *
endDate : DateTime -> List<Subscription>
Parameters
- resellerId
- Type: SystemGuid
The reseller unique identifier. - startDate
- Type: SystemDateTime
The start date. - endDate
- Type: SystemDateTime
The end date.
Return Value
Type:
ListSubscriptionList of subscriptions.
See Also