Click or drag to resize

IAtomiaBillingApiGetCustomerPackagesByEmail 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> GetCustomerPackagesByEmail(
	string email
)

Parameters

email
Type: SystemString
Email address.

Return Value

Type: IEnumerableProvisioningUnit
Customer packages if customer exists
See Also