Click or drag to resize

IPayFileProcessorPlugin Interface

Interface for plugins for processing payment files.

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 IPayFileProcessorPlugin : IPlugin

The IPayFileProcessorPlugin type exposes the following members.

Properties
  NameDescription
Public propertyAtomiaBillingApi
Gets or sets IAtomiaBillingApi instance.
(Inherited from IPlugin.)
Public propertyDescription
Gets the description, i.e. the name of the file format.
Public propertyName
Gets or sets plugin name.
(Inherited from IPlugin.)
Top
Methods
  NameDescription
Public methodDetectFile
Detects if the given file can be parsed by this module.
Public methodParseFile Obsolete.
Parses the given file and returns all the payments.
Top
See Also