Package com.creditcall.chipdnamobile
Class ParameterValues
- java.lang.Object
-
- com.creditcall.chipdnamobile.ParameterValues
-
public class ParameterValues extends java.lang.ObjectCreated by Shingai on 13/07/2017.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAccountVerificationParameter value indicating that the transaction is an Account Verification.static java.lang.StringAmountTypeActualParameter value indicating thatParameterKeys.Amountis the actual amount.static java.lang.StringAmountTypeEstimateParameter value indicating thatParameterKeys.Amountis an estimated amount.static java.lang.StringApprovedParameter value returned when a transaction is approved.static java.lang.StringBluetoothConnectionTypeParameter value representation of BLUETOOTH connection type.static java.lang.StringBluetoothLeConnectionTypeParameter value representation of BLUETOOTH LOW ENERGY connection type.static java.lang.StringBothTippingParameter value for indicating end of day and on device tipping.static java.lang.StringCardParameter value indicating that the transaction will be processed with a card.static java.lang.StringCashParameter value indicating that the transaction will be processed as a cash transaction.static java.lang.StringCheckingPinPadConfigParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad configuration check has started.static java.lang.StringChequeParameter value indicating that the transaction will be processed as cheque transaction.static java.lang.StringClearIdleMessageParameter value used inChipDnaMobile.setIdleMessage(Parameters)to clear a previously set idle message.static java.lang.StringCommittedParameter value returned when the state of a transaction is committed.static java.lang.StringConnectingParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that the SDK is about to connect to the PIN pad.static java.lang.StringConnectionAndConfigureStartedParameters value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating thatChipDnaMobile.connectAndConfigure(Parameters)has started.static java.lang.StringDeclinedParameter value returned when a transaction is declined.static java.lang.StringDelayedParameter value returned when the state of a transaction is delayed and will be processed via a different integration.static java.lang.StringEndOfDayTippingParameter value for end of day tipping.static java.lang.StringFALSEParameter value representation of False.static java.lang.StringLiveEnvironmentParameter value representation of LIVE environment.static java.lang.StringOfflineCompletionDeletedParameter value indicating that the offline request was deleted (and not sent online).static java.lang.StringOfflineCompletionProcessedParameter value indicating that the offline request was successfully completed and sent online.static java.lang.StringOfflineFailedParameter value to indicate that there is an offline request which has failed to send.static java.lang.StringOfflinePendingParameter value to indicate that there is an offline request pending for the transactionstatic java.lang.StringOnDeviceTippingParameter value for on device tipping.static java.lang.StringPartiallyApprovedParameter value returned when a transaction is partially approved.static java.lang.StringPartiallyCommittedParameter value returned when the state of a transaction is partially committed.static java.lang.StringPerformingTmsUpdateParameter value indicating that TMS Update has started.static java.lang.StringReasonDelayedChargeThe Credential on File transaction is a delayed charge.static java.lang.StringReasonIncrementalThe Credential on File transaction is an incremental transaction.static java.lang.StringReasonInstallmentThe Credential on File transaction is an installment.static java.lang.StringReasonNoShowThe Credential on File transaction is due to no show.static java.lang.StringReasonReAuthThe Credential on File transaction is a re-auth.static java.lang.StringReasonResubmissionThe Credential on File transaction is a resubmission.static java.lang.StringReasonUnscheduledThe Credential on File transaction is an unscheduled transaction.static java.lang.StringRebootingPinPadParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that the PIN pad is about to reboot.static java.lang.StringRefundParameter value indicating that the transaction is a refund.static java.lang.StringRegisteringParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that Registration has started.static java.lang.StringRetryRequestParameter value indicating that the integrating application should retry a request.static java.lang.StringSaleParameter value indicating that the transaction is a sale.static java.lang.StringTcpIpConnectionTypeParameter value representation of TCP/IP connection type.static java.lang.StringTestEnvironmentParameter value representation of STAGING/TEST environment.static java.lang.StringTRUEParameter value representation of True.static java.lang.StringUncommittedParameter value returned when the state of a transaction is uncommitted.static java.lang.StringUncommittedVoidParameter value returned when the state of a transaction is uncommitted void.static java.lang.StringUpdatingPinPadConfigParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad configuration update has started.static java.lang.StringUpdatingPinPadFirmwareParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad firmware check has started.static java.lang.StringUpdatingPinPadFirmwareConfigParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad firmware configuration update has started.static java.lang.StringUpdatingSecurityConfigParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad security configuration has started.static java.lang.StringUsbConnectionTypeParameter value representation of USB connection type.static java.lang.StringVerifyingPinPadParameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad verification check has started.static java.lang.StringVoidedParameter value returned when the state of a transaction is void.
-
Constructor Summary
Constructors Constructor Description ParameterValues()
-
-
-
Field Detail
-
TRUE
public static final java.lang.String TRUE
Parameter value representation of True.- See Also:
- Constant Field Values
-
FALSE
public static final java.lang.String FALSE
Parameter value representation of False.- See Also:
- Constant Field Values
-
LiveEnvironment
public static final java.lang.String LiveEnvironment
Parameter value representation of LIVE environment.- See Also:
- Constant Field Values
-
TestEnvironment
public static final java.lang.String TestEnvironment
Parameter value representation of STAGING/TEST environment.- See Also:
- Constant Field Values
-
UsbConnectionType
public static final java.lang.String UsbConnectionType
Parameter value representation of USB connection type.- See Also:
- Constant Field Values
-
BluetoothLeConnectionType
public static final java.lang.String BluetoothLeConnectionType
Parameter value representation of BLUETOOTH LOW ENERGY connection type.- See Also:
- Constant Field Values
-
BluetoothConnectionType
public static final java.lang.String BluetoothConnectionType
Parameter value representation of BLUETOOTH connection type.- See Also:
- Constant Field Values
-
TcpIpConnectionType
public static final java.lang.String TcpIpConnectionType
Parameter value representation of TCP/IP connection type.- See Also:
- Constant Field Values
-
ConnectionAndConfigureStarted
public static final java.lang.String ConnectionAndConfigureStarted
Parameters value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating thatChipDnaMobile.connectAndConfigure(Parameters)has started.- See Also:
- Constant Field Values
-
Connecting
public static final java.lang.String Connecting
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that the SDK is about to connect to the PIN pad.- See Also:
- Constant Field Values
-
Registering
public static final java.lang.String Registering
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that Registration has started.- See Also:
- Constant Field Values
-
PerformingTmsUpdate
public static final java.lang.String PerformingTmsUpdate
Parameter value indicating that TMS Update has started.- See Also:
- Constant Field Values
-
CheckingPinPadConfig
public static final java.lang.String CheckingPinPadConfig
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad configuration check has started.- See Also:
- Constant Field Values
-
UpdatingPinPadConfig
public static final java.lang.String UpdatingPinPadConfig
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad configuration update has started.- See Also:
- Constant Field Values
-
UpdatingPinPadFirmware
public static final java.lang.String UpdatingPinPadFirmware
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad firmware check has started.- See Also:
- Constant Field Values
-
UpdatingPinPadFirmwareConfig
public static final java.lang.String UpdatingPinPadFirmwareConfig
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad firmware configuration update has started.- See Also:
- Constant Field Values
-
VerifyingPinPad
public static final java.lang.String VerifyingPinPad
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad verification check has started.- See Also:
- Constant Field Values
-
RebootingPinPad
public static final java.lang.String RebootingPinPad
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that the PIN pad is about to reboot.- See Also:
- Constant Field Values
-
UpdatingSecurityConfig
public static final java.lang.String UpdatingSecurityConfig
Parameter value inIConfigurationUpdateListener.onConfigurationUpdateListener(Parameters)indicating that PIN pad security configuration has started.- See Also:
- Constant Field Values
-
Approved
public static final java.lang.String Approved
Parameter value returned when a transaction is approved.- See Also:
- Constant Field Values
-
Declined
public static final java.lang.String Declined
Parameter value returned when a transaction is declined.- See Also:
- Constant Field Values
-
RetryRequest
public static final java.lang.String RetryRequest
Parameter value indicating that the integrating application should retry a request.- See Also:
- Constant Field Values
-
PartiallyApproved
public static final java.lang.String PartiallyApproved
Parameter value returned when a transaction is partially approved.- See Also:
- Constant Field Values
-
PartiallyCommitted
public static final java.lang.String PartiallyCommitted
Parameter value returned when the state of a transaction is partially committed.- See Also:
- Constant Field Values
-
Committed
public static final java.lang.String Committed
Parameter value returned when the state of a transaction is committed.- See Also:
- Constant Field Values
-
Uncommitted
public static final java.lang.String Uncommitted
Parameter value returned when the state of a transaction is uncommitted.- See Also:
- Constant Field Values
-
Voided
public static final java.lang.String Voided
Parameter value returned when the state of a transaction is void.- See Also:
- Constant Field Values
-
UncommittedVoid
public static final java.lang.String UncommittedVoid
Parameter value returned when the state of a transaction is uncommitted void.- See Also:
- Constant Field Values
-
Delayed
public static final java.lang.String Delayed
Parameter value returned when the state of a transaction is delayed and will be processed via a different integration.- See Also:
- Constant Field Values
-
EndOfDayTipping
public static final java.lang.String EndOfDayTipping
Parameter value for end of day tipping.- See Also:
- Constant Field Values
-
OnDeviceTipping
public static final java.lang.String OnDeviceTipping
Parameter value for on device tipping.- See Also:
- Constant Field Values
-
BothTipping
public static final java.lang.String BothTipping
Parameter value for indicating end of day and on device tipping.- See Also:
- Constant Field Values
-
Sale
public static final java.lang.String Sale
Parameter value indicating that the transaction is a sale.- See Also:
- Constant Field Values
-
Refund
public static final java.lang.String Refund
Parameter value indicating that the transaction is a refund.- See Also:
- Constant Field Values
-
AccountVerification
public static final java.lang.String AccountVerification
Parameter value indicating that the transaction is an Account Verification.- See Also:
- Constant Field Values
-
Cash
public static final java.lang.String Cash
Parameter value indicating that the transaction will be processed as a cash transaction.- See Also:
- Constant Field Values
-
Card
public static final java.lang.String Card
Parameter value indicating that the transaction will be processed with a card.- See Also:
- Constant Field Values
-
Cheque
public static final java.lang.String Cheque
Parameter value indicating that the transaction will be processed as cheque transaction.- See Also:
- Constant Field Values
-
AmountTypeActual
public static final java.lang.String AmountTypeActual
Parameter value indicating thatParameterKeys.Amountis the actual amount.- See Also:
- Constant Field Values
-
AmountTypeEstimate
public static final java.lang.String AmountTypeEstimate
Parameter value indicating thatParameterKeys.Amountis an estimated amount.- See Also:
- Constant Field Values
-
ClearIdleMessage
public static final java.lang.String ClearIdleMessage
Parameter value used inChipDnaMobile.setIdleMessage(Parameters)to clear a previously set idle message.- See Also:
- Constant Field Values
-
OfflinePending
public static final java.lang.String OfflinePending
Parameter value to indicate that there is an offline request pending for the transaction- See Also:
- Constant Field Values
-
OfflineFailed
public static final java.lang.String OfflineFailed
Parameter value to indicate that there is an offline request which has failed to send.- See Also:
- Constant Field Values
-
OfflineCompletionProcessed
public static final java.lang.String OfflineCompletionProcessed
Parameter value indicating that the offline request was successfully completed and sent online.- See Also:
- Constant Field Values
-
OfflineCompletionDeleted
public static final java.lang.String OfflineCompletionDeleted
Parameter value indicating that the offline request was deleted (and not sent online).- See Also:
- Constant Field Values
-
ReasonUnscheduled
public static final java.lang.String ReasonUnscheduled
The Credential on File transaction is an unscheduled transaction.- See Also:
- Constant Field Values
-
ReasonInstallment
public static final java.lang.String ReasonInstallment
The Credential on File transaction is an installment.- See Also:
- Constant Field Values
-
ReasonIncremental
public static final java.lang.String ReasonIncremental
The Credential on File transaction is an incremental transaction.- See Also:
- Constant Field Values
-
ReasonResubmission
public static final java.lang.String ReasonResubmission
The Credential on File transaction is a resubmission.- See Also:
- Constant Field Values
-
ReasonDelayedCharge
public static final java.lang.String ReasonDelayedCharge
The Credential on File transaction is a delayed charge.- See Also:
- Constant Field Values
-
ReasonReAuth
public static final java.lang.String ReasonReAuth
The Credential on File transaction is a re-auth.- See Also:
- Constant Field Values
-
ReasonNoShow
public static final java.lang.String ReasonNoShow
The Credential on File transaction is due to no show.- See Also:
- Constant Field Values
-
-