ElectronicInvoiceTemplatesGetItemByKey Method |
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
)
Public Function GetItemByKey (
type As String
) As ElectronicInvoiceTemplate
public:
ElectronicInvoiceTemplate^ GetItemByKey(
String^ type
)
member GetItemByKey :
type : string -> ElectronicInvoiceTemplate
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