Click or drag to resize
Infosoft Logo

PaymentProcessType Enumeration

An enumeration of the different possible payment flow types.

Namespace: Infosoft.Common.Contracts.DataContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum PaymentProcessType
Members
Member nameValueDescription
TwoPhased0 Indicates a two-phased process, meaning that the capture (the actual transaction of funds from the customer's account) may happen at any point after the transaction has been completed.
Instant1 Indicates an instant process, meaning that the capture (the actual transaction of funds from the customer's account) happens instantly.
See Also