Click or drag to resize

IPlugin Interface

Interface from which all Atomia Billing plugins have to inherit or implement.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface IPlugin

The IPlugin type exposes the following members.

Properties
  NameDescription
Public propertyAtomiaBillingApi
Gets or sets IAtomiaBillingApi instance.
Public propertyName
Gets or sets plugin name.
Top
See Also