|
PaymentImportFormat Enumeration |
Indicates one of a set of predefined payment import formats that are supported.
Namespace: Infosoft.Common.Contracts.DataContracts.Subscriptions.EconomyAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public enum PaymentImportFormat
No code example is currently available or this language may not be supported.
Members Member name | Value | Description |
---|
None | 0 |
No format defined, this is the default.
|
BabelBank | 1 |
Specifies the source as a Babel Bank format.
|
PayExExternalPayments | 2 |
Specifies the source as a payex externally handled payments file.
|
CSVPaymentsSimpleFormat | 3 |
Specifies the source as a KD handled payments file.
|
VippsRecurring | 4 |
Specifies the source as a Vipps Recurring format.
|
AdyenSettlementdetailreport | 5 |
Specifies the source as a Adyen Settlement detail report format.
|
CSVCorrectionsSimpleFormat | 6 |
Specifies the source as a Amedia economic transaction format.
|
See Also