SubscriptionHelperListByCustomerAndTypes Method (Account, String) |
Lists the subscriptions by customer and types.
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> ListByCustomerAndTypes(
Account customer,
string[] types
)
Public Shared Function ListByCustomerAndTypes (
customer As Account,
types As String()
) As List(Of Subscription)
public:
static List<Subscription^>^ ListByCustomerAndTypes(
Account^ customer,
array<String^>^ types
)
static member ListByCustomerAndTypes :
customer : Account *
types : string[] -> List<Subscription>
Parameters
- customer
- Type: Account
The customer account. - types
- Type: SystemString
The types.
Return Value
Type:
ListSubscriptionList of subscriptions.
See Also