The PaymentAuthorizationMode enumeration contains the possible values for the iMIS Payment Authorization Mode.
Namespace:
Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum PaymentAuthorizationMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration PaymentAuthorizationMode |
| Visual C++ |
|---|
public enum class PaymentAuthorizationMode |
Members
| Member name | Description | |
|---|---|---|
| Manual | Authorization/Capture will not be processed by iMIS. | |
| Immediate | Authorization/Capture will be processed by iMIS as the order is processed. | |
| Deferred | Authorization/Capture will be processed by iMIS later, when a payment processing report is run by an iMIS user. |