Click or drag to resize

IAtomiaBillingApiGetPluginConfigurationByKey Method

Gets the plugin configuration by key for reseller and plugin with specified name.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PluginConfiguration GetPluginConfigurationByKey(
	string key,
	Guid resellerId,
	string pluginName
)

Parameters

key
Type: SystemString
The plugin configuration key.
resellerId
Type: SystemGuid
Reseller id.
pluginName
Type: SystemString
Plugin name.

Return Value

Type: PluginConfiguration
Requested plugin configuration or null if not found.
See Also