Click or drag to resize

SubscriptionHelperGetUserDomains Method

Gets the user domains.

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<string> GetUserDomains(
	Guid customerId
)

Parameters

customerId
Type: SystemGuid
The customer id.

Return Value

Type: ListString
List of user domains.
Remarks
Method checks by active (OK) subscriptions of type "Domain".
See Also