Package com.creditcall.chipdnamobile
Class TransactionTypeID
java.lang.Object
com.creditcall.chipdnamobile.TransactionTypeID
The possible values returned for TransactionTypeID.
- Author:
- Creditcall Ltd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransactionTypeID(3) Account Verificationstatic final TransactionTypeID(0) Authorizationstatic final TransactionTypeID(30) Deferred Authorizationstatic final TransactionTypeID(1) Linked Refundstatic final TransactionTypeID(4) Offline Authorizationstatic final TransactionTypeID(6) Standalone Refundstatic final TransactionTypeID(5) Voice Referral -
Method Summary
Modifier and TypeMethodDescriptionintGets the numeric ID for the transaction type.
-
Field Details
-
Auth
(0) Authorization -
LinkedRefund
(1) Linked Refund -
AccountVerification
(3) Account Verification -
OfflineAuth
(4) Offline Authorization -
VoiceReferral
(5) Voice Referral -
StandaloneRefund
(6) Standalone Refund -
DeferredAuth
(30) Deferred Authorization
-
-
Method Details
-
getTransactionTypeID
public int getTransactionTypeID()Gets the numeric ID for the transaction type.- Returns:
- numeric ID for the transaction type.
-