Click or drag to resize

IAtomiaBillingApiCheckEmail 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 CheckEmail(
	string id,
	string email
)

Parameters

id
Type: SystemString
Customer id.
email
Type: SystemString
Email address to be checked.

Return Value

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