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
)
Public Shared Function GetResellerConfiguration (
customerId As Guid
) As ResellerConfiguration
public:
static ResellerConfiguration^ GetResellerConfiguration(
Guid customerId
)
static member GetResellerConfiguration :
customerId : Guid -> ResellerConfiguration
Parameters
- customerId
- Type: SystemGuid
Id of the customer.
Return Value
Type:
ResellerConfigurationReseller configuration
See Also