Click or drag to resize

IAtomiaBillingApiUpdatePluginConfiguration Method

Updates the plugin configuration.

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

Parameters

key
Type: SystemString
The key name.
newValue
Type: SystemString
The new value.
pluginName
Type: SystemString
Name of the plugin.
resellerId
Type: SystemGuid
The reseller id.
See Also