Click or drag to resize

ITemplateDataValidatorValidate Method

Validates template data.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool Validate(
	Dictionary<string, Object> templateData
)

Parameters

templateData
Type: System.Collections.GenericDictionaryString, Object
The template data.

Return Value

Type: Boolean
true if template data is valid, false otherwise.
See Also