Click or drag to resize

IAtomiaBillingApiUpdateSetting Method

Updates the setting.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool UpdateSetting(
	string settingName,
	string settingValue,
	bool createIfNonexistent
)

Parameters

settingName
Type: SystemString
Name of the setting.
settingValue
Type: SystemString
The setting value.
createIfNonexistent
Type: SystemBoolean
If set to true new setting will be created if it doesn't exist.

Return Value

Type: Boolean
true if update was successful, otherwise false.
See Also