Click or drag to resize

IAtomiaBillingApiGetPluginById Method

Gets a plugin by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Plugin GetPluginById(
	Guid pluginId
)

Parameters

pluginId
Type: SystemGuid
The plugin id

Return Value

Type: Plugin
The plugin.
See Also