Click or drag to resize

IAtomiaBillingApiPreviewTemplate Method

Previews a template.

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

Parameters

templateType
Type: SystemString
Template type.
templateContent
Type: SystemString
Template content.
data
Type: System.Collections.GenericDictionaryString, Object
Template data.

Return Value

Type: String
String representation of the template.
See Also