Click or drag to resize

ITemplateDataProviderGetData Method

Creates data for template for object with given id.

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

Parameters

providerData
Type: System.Collections.GenericDictionaryString, Object
The additional data.

Return Value

Type: DictionaryString, Object
Created template data.
See Also