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
)
Sub FillTemplateData (
templateType As String,
inputData As Dictionary(Of String, Object),
outputData As Dictionary(Of String, Object)
)
void FillTemplateData(
String^ templateType,
Dictionary<String^, Object^>^ inputData,
Dictionary<String^, Object^>^ outputData
)
abstract FillTemplateData :
templateType : string *
inputData : Dictionary<string, Object> *
outputData : Dictionary<string, Object> -> unit
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