Click or drag to resize

IAtomiaBillingApiGetTemplates Method

Gets the templates for account specified with its id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Template> GetTemplates(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
Id of account for which templates are filtered.

Return Value

Type: ListTemplate
List of templates filtered by account id.
See Also