Click or drag to resize

IAtomiaBillingApiGetTemplate Method

Gets the template by its name.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Template GetTemplate(
	string templateName,
	Guid languageId,
	Guid accountId
)

Parameters

templateName
Type: SystemString
Requested template's name.
languageId
Type: SystemGuid
The language id.
accountId
Type: SystemGuid
The account id.

Return Value

Type: Template
Requested template or null if not found.
See Also