CCTxnTypeEnum Enumeration |
Product: ALL
Description: Enumeration of Credit Card transaction types used in Credit Card payment transactions.
Namespace:
Intuit.Ipp.Data
Assembly:
Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax[SerializableAttribute]
public enum CCTxnTypeEnum
Members
| Member name | Value | Description |
---|
| Authorization | 0 | |
| Capture | 1 | |
| Charge | 2 | |
| Refund | 3 | |
| VoiceAuthorization | 4 | |
Remarks
See Also