Click or drag to resize

IAtomiaBillingApiCheckDomainsForTransfer Method

Gets transferred domains statuses from existing subscriptions.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<AttributeData> CheckDomainsForTransfer(
	List<string> domains
)

Parameters

domains
Type: System.Collections.GenericListString
Domains to be checked.

Return Value

Type: ListAttributeData
Domain statuses.
See Also