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
)
Public Shared Function ListCustomerSubscriptionsForPeriodicInvoicing (
customerId As Guid,
startDate As DateTime,
endDate As DateTime
) As List(Of Subscription)
public:
static List<Subscription^>^ ListCustomerSubscriptionsForPeriodicInvoicing(
Guid customerId,
DateTime startDate,
DateTime endDate
)
static member ListCustomerSubscriptionsForPeriodicInvoicing :
customerId : Guid *
startDate : DateTime *
endDate : DateTime -> List<Subscription>
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:
ListSubscriptionList of subscriptions.
See Also