AccountsHelperGetConfigurationForReseller Method |
Gets the configuration for the specific reseller
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 GetConfigurationForReseller(
Guid resellerId
)
Public Shared Function GetConfigurationForReseller (
resellerId As Guid
) As ResellerConfiguration
public:
static ResellerConfiguration^ GetConfigurationForReseller(
Guid resellerId
)
static member GetConfigurationForReseller :
resellerId : Guid -> ResellerConfiguration
Parameters
- resellerId
- Type: SystemGuid
[Missing <param name="resellerId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.AccountsHelper.GetConfigurationForReseller(System.Guid)"]
Return Value
Type:
ResellerConfiguration[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.AccountsHelper.GetConfigurationForReseller(System.Guid)"]
See Also