Click or drag to resize

IAtomiaBillingApiResellerGetCustomerPackagesByEmail Method

Gets the customer packages by customer email.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IEnumerable<ProvisioningUnit> ResellerGetCustomerPackagesByEmail(
	string email,
	string resellerRootDomain
)

Parameters

email
Type: SystemString
Email address.
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

Type: IEnumerableProvisioningUnit
Customer packages if customer exists
See Also