Click or drag to resize

ICustomTemplateDataProviderFillTemplateData Method

Fills the 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
void FillTemplateData(
	string templateType,
	Dictionary<string, Object> inputData,
	Dictionary<string, Object> outputData
)

Parameters

templateType
Type: SystemString
Type of the template.
inputData
Type: System.Collections.GenericDictionaryString, Object
The input data.
outputData
Type: System.Collections.GenericDictionaryString, Object
The output data.
See Also