Click or drag to resize
Infosoft Logo

PaymentImportConfiguration Class

Provides that for configuring a payment import process, such as the format to import and a server local location for a file path.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Subscriptions.EconomyPaymentImportConfiguration

Namespace: Infosoft.Common.Contracts.DataContracts.Subscriptions.Economy
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class PaymentImportConfiguration

The PaymentImportConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyErrorFilePath Gets or sets the errorpath to the file that should be imported. The file must be in the format specified in Format
Public propertyFilePath Gets or sets the path to the file that should be imported. The file must be in the format specified in Format
Public propertyFormat Gets or sets the format to be imported
Top
See Also