Click or drag to resize

ElectronicInvoiceTemplatesGetItemByKey Method

Gets the ElectronicInvoiceTemplate with the specified key.

Namespace:  Atomia.Billing.Core.Sdk.Configuration
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public ElectronicInvoiceTemplate GetItemByKey(
	string type
)

Parameters

type
Type: SystemString
The key of the ElectronicInvoiceTemplate to retrieve.

Return Value

Type: ElectronicInvoiceTemplate

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.Configuration.ElectronicInvoiceTemplates.GetItemByKey(System.String)"]

See Also