Click or drag to resize

SubscriptionHelperListCustomerSubscriptionsForPeriodicInvoicing Method

Lists the customer's 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> ListCustomerSubscriptionsForPeriodicInvoicing(
	Guid customerId,
	DateTime startDate,
	DateTime endDate
)

Parameters

customerId
Type: SystemGuid

[Missing <param name="customerId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.SubscriptionHelper.ListCustomerSubscriptionsForPeriodicInvoicing(System.Guid,System.DateTime,System.DateTime)"]

startDate
Type: SystemDateTime
The start date.
endDate
Type: SystemDateTime
The end date.

Return Value

Type: ListSubscription
List of subscriptions.
See Also