Click or drag to resize

AccountsHelperGetResellerConfiguration Method

Gets the reseller configuration for the customer.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static ResellerConfiguration GetResellerConfiguration(
	Guid customerId
)

Parameters

customerId
Type: SystemGuid
Id of the customer.

Return Value

Type: ResellerConfiguration
Reseller configuration
See Also