Represents the status code for Credit Card processing -- this is ultimately reflected in Trans.CC_STATUS

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public enum CardProcessingStatus
Visual Basic (Declaration)
Public Enumeration CardProcessingStatus
Visual C++
public enum class CardProcessingStatus

Members

Member nameDescription
Manual
A staff person must manually enter the data into a credit card terminal for submission to a credit card authorization firm.
Deferred
Credit card information has only been collected for later processing by iMIS.
Authorized
The amount has been authorized/reserved, but not charged.
Captured
The amount has been charged to the credit card.

See Also