Click or drag to resize

IAtomiaBillingApiCountSubscriptionsByType Method

Counts subscriptions of specified type for customer.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
int CountSubscriptionsByType(
	string type,
	Guid customerId
)

Parameters

type
Type: SystemString
Subscriptions type.
customerId
Type: SystemGuid
Customer ID.

Return Value

Type: Int32
Number of subscriptions of passed type for passed customer.
See Also