Package com.creditcall.chipdnamobile
Class TerminalStatus
java.lang.Object
com.creditcall.chipdnamobile.TerminalStatus
Created by Shingai on 09/08/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionApi Key currently configured.Terminal ID of terminal currently configured.Transaction key of terminal currently configured.WebMIS password configured.WebMIS username configured.booleanIndicates whether terminal is currently enabled.
-
Constructor Details
-
TerminalStatus
public TerminalStatus()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Indicates whether terminal is currently enabled. Will always be false if Terminal environment doesn't match current environment of ChipDNA Mobile. -
getTerminalId
Terminal ID of terminal currently configured. -
getTransactionKey
Transaction key of terminal currently configured. -
getApiKey
Api Key currently configured. -
getWebMisUserName
WebMIS username configured. -
getWebMisPassword
WebMIS password configured.
-