Click or drag to resize

IAtomiaBillingApiRenderTemplates Method

Renders the templates. Names of the templates to be rendered are given as values of the templates dictionary.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Dictionary<string, string> RenderTemplates(
	Dictionary<string, string> templates,
	Dictionary<string, Object> data
)

Parameters

templates
Type: System.Collections.GenericDictionaryString, String
The templates.
data
Type: System.Collections.GenericDictionaryString, Object
The data.

Return Value

Type: DictionaryString, String
A dictionary whose keys are names of rendered templates and values are rendered templates.
See Also