IPayFileProcessorPlugin Interface |
Namespace: Atomia.Billing.Core.Sdk.Plugins
The IPayFileProcessorPlugin type exposes the following members.
Name | Description | |
---|---|---|
AtomiaBillingApi |
Gets or sets IAtomiaBillingApi instance.
(Inherited from IPlugin.) | |
Description |
Gets the description, i.e. the name of the file format.
| |
Name |
Gets or sets plugin name.
(Inherited from IPlugin.) |
Name | Description | |
---|---|---|
DetectFile |
Detects if the given file can be parsed by this module.
| |
ParseFile | Obsolete.
Parses the given file and returns all the payments.
|