Click or drag to resize

IAtomiaBillingApiResellerCheckEmail Method

Checks if email exists in system.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool ResellerCheckEmail(
	string id,
	string email,
	string resellerRootDomain
)

Parameters

id
Type: SystemString
Customer id.
email
Type: SystemString
Email address to be checked.
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

Type: Boolean
true if customer with passed email exists, false otherwise.
See Also