A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages

A

AcquirerData - Class in com.wallee.android.till.sdk.data
Represents data related to an acquirer such as the acquirer id
AcquirerData(String, List<TerminalApplicationConfigData>) - Constructor for class com.wallee.android.till.sdk.data.AcquirerData
 
addNext(String, BigDecimal) - Method in class com.wallee.android.till.sdk.data.LineItem.ListBuilder
 
Address - Class in com.wallee.android.till.sdk.data
 
Address(String, String, String, String, String, String, String) - Constructor for class com.wallee.android.till.sdk.data.Address
 
addTax(String, BigDecimal) - Method in class com.wallee.android.till.sdk.data.LineItem.Builder
 
ADJUST_RESERVATION - com.wallee.android.till.sdk.data.TransactionProcessingBehavior
Adjust reservation.
ApiClient - Class in com.wallee.android.till.sdk
The public interface to the service API.
ApiClient(ResponseHandler) - Constructor for class com.wallee.android.till.sdk.ApiClient
Instantiate an ApiClient with the given ResponseHandler.
ApiMessageType - Enum in com.wallee.android.till.sdk
The type of message being sent.
ATI_EVENT - Static variable in class com.wallee.android.till.sdk.Utils
 
ATI_EVENT_ID - Static variable in class com.wallee.android.till.sdk.Utils
 
AtiEvent - Class in com.wallee.android.till.sdk
 
AtiEvent() - Constructor for class com.wallee.android.till.sdk.AtiEvent
 
AUTHORIZE_TRANSACTION - com.wallee.android.till.sdk.ApiMessageType
 
authorizeTransaction(Transaction) - Method in class com.wallee.android.till.sdk.ApiClient
Authorize a transaction.
authorizeTransactionReply(TransactionResponse) - Method in class com.wallee.android.till.sdk.ResponseHandler

B

bind(Activity) - Method in class com.wallee.android.till.sdk.ApiClient
Bind the API server to the given Activity.
bind(Activity) - Method in class com.wallee.android.till.sdk.TillLog
Bind the API server to the given Activity.
bind(Context) - Method in class com.wallee.android.till.sdk.ApiClient
Bind the API server to the given Context.
build() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
build() - Method in class com.wallee.android.till.sdk.data.LineItem.Builder
 
build() - Method in class com.wallee.android.till.sdk.data.LineItem.ListBuilder
 
build() - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
build() - Method in class com.wallee.android.till.sdk.data.TransactionCompletion.Builder
 
build() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
Builder() - Constructor for class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
Builder(LineItem) - Constructor for class com.wallee.android.till.sdk.data.LineItem.Builder
 
Builder(Transaction) - Constructor for class com.wallee.android.till.sdk.data.Transaction.Builder
Copy ctor
Builder(TransactionCompletion) - Constructor for class com.wallee.android.till.sdk.data.TransactionCompletion.Builder
Copy ctor
Builder(Transaction, State, ResultCode, List<Receipt>) - Constructor for class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
Builder(TransactionResponse) - Constructor for class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
Builder(String, BigDecimal) - Constructor for class com.wallee.android.till.sdk.data.LineItem.Builder
 
Builder(List<LineItem>) - Constructor for class com.wallee.android.till.sdk.data.Transaction.Builder
 
Builder(List<LineItem>) - Constructor for class com.wallee.android.till.sdk.data.TransactionCompletion.Builder
 

C

CANCEL_LAST_TRANSACTION_OPERATION - com.wallee.android.till.sdk.ApiMessageType
 
CancelationResult - Class in com.wallee.android.till.sdk.data
The cancelation result data for ApiClient.cancelLastTransactionOperation() API call.
CancelationResult(State, ResultCode, String, String, String, String, List<Receipt>) - Constructor for class com.wallee.android.till.sdk.data.CancelationResult
 
cancelLastTransactionOperation() - Method in class com.wallee.android.till.sdk.ApiClient
Cancel last authorized transaction operation.
cancelLastTransactionOperationReply(CancelationResult) - Method in class com.wallee.android.till.sdk.ResponseHandler
CHECK_API_SERVICE_COMPATIBILITY - com.wallee.android.till.sdk.ApiMessageType
 
checkApiServiceCompatibility() - Method in class com.wallee.android.till.sdk.ApiClient
Checks if the current SDK version ApiClient.VERSION is compatible with the service API.
checkApiServiceCompatibilityReply(Boolean, String) - Method in class com.wallee.android.till.sdk.ResponseHandler
The response from an ApiClient.checkApiServiceCompatibility() call.
CLIENT - com.wallee.android.till.sdk.data.ReceiptType
 
com.wallee.android.till.sdk - package com.wallee.android.till.sdk
 
com.wallee.android.till.sdk.data - package com.wallee.android.till.sdk.data
 
CommAddressGateWay - Class in com.wallee.android.till.sdk.data
 
CommAddressGateWay(String, String) - Constructor for class com.wallee.android.till.sdk.data.CommAddressGateWay
 
CommAddressPMS - Class in com.wallee.android.till.sdk.data
 
CommAddressPMS(String, String) - Constructor for class com.wallee.android.till.sdk.data.CommAddressPMS
 
CommAddressSCConf - Class in com.wallee.android.till.sdk.data
 
CommAddressSCConf(String, String) - Constructor for class com.wallee.android.till.sdk.data.CommAddressSCConf
 
COMPLETE_DEFERRED - com.wallee.android.till.sdk.data.TransactionProcessingBehavior
Complete deferred.
COMPLETE_IMMEDIATELY - com.wallee.android.till.sdk.data.TransactionProcessingBehavior
Complete the transaction immediately.
COMPLETE_TRANSACTION - com.wallee.android.till.sdk.ApiMessageType
 
completeTransaction(TransactionCompletion) - Method in class com.wallee.android.till.sdk.ApiClient
Complete a reserved transaction.
completeTransactionReply(TransactionCompletionResponse) - Method in class com.wallee.android.till.sdk.ResponseHandler
ConfigurationResult - Class in com.wallee.android.till.sdk.data
 
ConfigurationResult(State, ResultCode, List<Receipt>) - Constructor for class com.wallee.android.till.sdk.data.ConfigurationResult
 
CTLS - com.wallee.android.till.sdk.data.PaymentEntryMethod
 
CurrencyItem - Class in com.wallee.android.till.sdk.data
 
CurrencyItem(CurrencyType, String) - Constructor for class com.wallee.android.till.sdk.data.CurrencyItem
 
CurrencyType - Enum in com.wallee.android.till.sdk.data
 

D

DCC - com.wallee.android.till.sdk.data.CurrencyType
 
debug(String) - Static method in class com.wallee.android.till.sdk.TillLog
Send Debug Logs
DISABLE_SYSTEM_BAR - Static variable in class com.wallee.android.till.sdk.AtiEvent
 
disableSystemBar(Context) - Static method in class com.wallee.android.till.sdk.Utils
 

E

ENABLE_SYSTEM_BAR - Static variable in class com.wallee.android.till.sdk.AtiEvent
 
enableSystemBar(Context) - Static method in class com.wallee.android.till.sdk.Utils
 
Ep2CtlessTrmCapPerKernel - Class in com.wallee.android.till.sdk.data
 
Ep2CtlessTrmCapPerKernel(String, String, String, String, String) - Constructor for class com.wallee.android.till.sdk.data.Ep2CtlessTrmCapPerKernel
 
Ep2TerminalConfigData - Class in com.wallee.android.till.sdk.data
 
Ep2TerminalConfigData.Builder - Class in com.wallee.android.till.sdk.data
 
error(String) - Static method in class com.wallee.android.till.sdk.TillLog
Send Error Logs
EXECUTE_CONFIGURATION - com.wallee.android.till.sdk.ApiMessageType
 
EXECUTE_FINAL_BALANCE - com.wallee.android.till.sdk.ApiMessageType
 
EXECUTE_INITIALISATION - com.wallee.android.till.sdk.ApiMessageType
 
EXECUTE_SUBMISSION - com.wallee.android.till.sdk.ApiMessageType
 
EXECUTE_TRANSMISSION - com.wallee.android.till.sdk.ApiMessageType
 
executeConfiguration() - Method in class com.wallee.android.till.sdk.ApiClient
Start a configuration operation.
executeConfigurationReply(ConfigurationResult) - Method in class com.wallee.android.till.sdk.ResponseHandler
The result from an ApiClient.executeConfiguration() ()} call.
executeFinalBalance() - Method in class com.wallee.android.till.sdk.ApiClient
Start a final balance operation.
executeFinalBalanceReply(FinalBalanceResult) - Method in class com.wallee.android.till.sdk.ResponseHandler
The result from an ApiClient.executeFinalBalance() call.
executeGeneratePanToken() - Method in class com.wallee.android.till.sdk.ApiClient
Start a generate pantoken operation.
executeGeneratePanTokenResponse(GeneratePanTokenResponse) - Method in class com.wallee.android.till.sdk.ResponseHandler
The result from an ApiClient.executeGeneratePanToken() call.
executeGetConfigDataResponse(GetConfigDataResponse) - Method in class com.wallee.android.till.sdk.ResponseHandler
The result from an ApiClient.getConfigData() call.
executeGetConfigInfoResponse(GetPinpadInformationResponse) - Method in class com.wallee.android.till.sdk.ResponseHandler
The result from an ApiClient.getPinPadInformation() call.
executeInitialisation() - Method in class com.wallee.android.till.sdk.ApiClient
Start a initialization operation.
executeInitialisationReply(InitialisationResult) - Method in class com.wallee.android.till.sdk.ResponseHandler
The result from an ApiClient.executeInitialisation() ()} ()} call.
executeSubmission() - Method in class com.wallee.android.till.sdk.ApiClient
Start a submission operation.
executeSubmissionReply(SubmissionResult) - Method in class com.wallee.android.till.sdk.ResponseHandler
The result from an ApiClient.executeSubmission() call.
executeTransmission() - Method in class com.wallee.android.till.sdk.ApiClient
Start a transmission operation.
executeTransmissionReply(TransmissionResult) - Method in class com.wallee.android.till.sdk.ResponseHandler
The result from an ApiClient.executeTransmission() call.

F

FAILED - com.wallee.android.till.sdk.data.State
 
FEE - com.wallee.android.till.sdk.data.LineItemType
The item is a payment fee.
FinalBalanceResult - Class in com.wallee.android.till.sdk.data
The final balance result data for ApiClient.executeFinalBalance() API call.
FinalBalanceResult(State, ResultCode, List<Receipt>) - Constructor for class com.wallee.android.till.sdk.data.FinalBalanceResult
 
FOREIGN - com.wallee.android.till.sdk.data.CurrencyType
 

G

GENERATE_PANTOKEN - com.wallee.android.till.sdk.ApiMessageType
 
GeneratePanTokenResponse - Class in com.wallee.android.till.sdk.data
 
GeneratePanTokenResponse(State, ResultCode, String) - Constructor for class com.wallee.android.till.sdk.data.GeneratePanTokenResponse
 
GET_CONFIG_DATA - com.wallee.android.till.sdk.ApiMessageType
 
GET_PINPAD_INFORMATION - com.wallee.android.till.sdk.ApiMessageType
 
getAcquirerDataList() - Method in class com.wallee.android.till.sdk.data.GetConfigDataResponse
 
getAcquirerId() - Method in class com.wallee.android.till.sdk.data.AcquirerData
 
getAcquirerId() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getAcquirerId() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getAcquirerId() - Method in class com.wallee.android.till.sdk.data.TransactionVoid
 
getAddTrmCap() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getAid() - Method in class com.wallee.android.till.sdk.data.TerminalApplicationConfigData
 
getAmountTip() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getAmountTip() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getAuthorizationCode() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getAuthorizationCode() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getAuthorizationCode() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getAutoDeclRef() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getBillingAddress() - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
getBillingAddress() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getBrand() - Method in class com.wallee.android.till.sdk.data.TerminalApplicationConfigData
 
getCancelationResult(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getCancelledSequenceCount() - Method in class com.wallee.android.till.sdk.data.CancelationResult
 
getCardAppId() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getCardAppId() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getCardAppLabel() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getCardAppLabel() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getCardIssuingCountry() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getCardIssuingCountry() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getCardNumber() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getCardNumber() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getCardRdType() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getCity() - Method in class com.wallee.android.till.sdk.data.Address
 
getCode() - Method in class com.wallee.android.till.sdk.data.ResultCode
 
getCommAddressGateWay() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getCommAddressPMS() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getCommAddressSCConf() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getConfigData() - Method in class com.wallee.android.till.sdk.ApiClient
Start an operation to get the configuration data When the operation will be finished a ResponseHandler.executeGetConfigDataResponse(GetConfigDataResponse) method will be called.
getConfigDataResponse(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
GetConfigDataResponse - Class in com.wallee.android.till.sdk.data
The terminal configuration response data from ApiClient.getConfigData() API call.
GetConfigDataResponse(State, ResultCode, List<AcquirerData>, Ep2TerminalConfigData, String, List<CurrencyItem>) - Constructor for class com.wallee.android.till.sdk.data.GetConfigDataResponse
 
getConfigurationResult(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getContent() - Method in class com.wallee.android.till.sdk.data.Receipt
 
getCountryCode() - Method in class com.wallee.android.till.sdk.data.Address
 
getCtlessAddTrmCap() - Method in class com.wallee.android.till.sdk.data.Ep2CtlessTrmCapPerKernel
 
getCtlessInd() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getCtlessKernelId() - Method in class com.wallee.android.till.sdk.data.Ep2CtlessTrmCapPerKernel
 
getCurrency() - Method in class com.wallee.android.till.sdk.data.CurrencyItem
 
getCurrency() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getCurrency() - Method in class com.wallee.android.till.sdk.data.TransactionCompletion
 
getCurrencyList() - Method in class com.wallee.android.till.sdk.data.GetConfigDataResponse
 
getCurrencyType() - Method in class com.wallee.android.till.sdk.data.CurrencyItem
 
getCurrent() - Method in class com.wallee.android.till.sdk.data.LineItem.ListBuilder
 
getCustomerEmailAddress() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getCustomerId() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getCustomText() - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
getCustomText() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getDataExchangeFlag() - Method in class com.wallee.android.till.sdk.data.Ep2CtlessTrmCapPerKernel
 
getDataSubmMaxRetry() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDataSubmRetryDel() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDataSubmTime() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDataSubmTrigg() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDataTransMaxRetry() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDataTransRetryDel() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDataTransTime() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDataTransTrigg() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDccProvider() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDefTrxCurrC() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getDescription() - Method in class com.wallee.android.till.sdk.data.ResultCode
 
getdSub() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getEp2Tcd() - Method in class com.wallee.android.till.sdk.data.GetConfigDataResponse
 
getEp2Version() - Method in class com.wallee.android.till.sdk.data.GetConfigDataResponse
 
getFamilyName() - Method in class com.wallee.android.till.sdk.data.Address
 
getFinalBalanceResult(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getGeneratePanToken() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getGeneratePanTokenResponse(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getGivenName() - Method in class com.wallee.android.till.sdk.data.Address
 
getId() - Method in class com.wallee.android.till.sdk.data.LineItem
 
getInitialisationResult(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getInstance() - Static method in class com.wallee.android.till.sdk.TillLog
 
getInternetAddress() - Method in class com.wallee.android.till.sdk.data.CommAddressGateWay
 
getInternetAddress() - Method in class com.wallee.android.till.sdk.data.CommAddressPMS
 
getInternetAddress() - Method in class com.wallee.android.till.sdk.data.CommAddressSCConf
 
getInternetPortNo() - Method in class com.wallee.android.till.sdk.data.CommAddressGateWay
 
getInternetPortNo() - Method in class com.wallee.android.till.sdk.data.CommAddressPMS
 
getInternetPortNo() - Method in class com.wallee.android.till.sdk.data.CommAddressSCConf
 
getInvoiceReference() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getKernelVersion() - Method in class com.wallee.android.till.sdk.data.Ep2CtlessTrmCapPerKernel
 
getLanguage() - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
getLanguage() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getLineItems() - Method in class com.wallee.android.till.sdk.data.LineItem.ListBuilder
 
getLineItems() - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
getLineItems() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getLineItems() - Method in class com.wallee.android.till.sdk.data.TransactionCompletion
 
getListBuilder() - Method in class com.wallee.android.till.sdk.data.LineItem.Builder
 
getMaxStor() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getMctId() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getMerchantId() - Method in class com.wallee.android.till.sdk.data.GetPinpadInformationResponse
 
getMerchantName() - Method in class com.wallee.android.till.sdk.data.GetPinpadInformationResponse
 
getMerchantReference() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getMerchantReference() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getMerchantReference() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getMetaData() - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
getMetaData() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getName() - Method in class com.wallee.android.till.sdk.data.LineItem
 
getOrganization() - Method in class com.wallee.android.till.sdk.data.Address
 
getPanToken() - Method in class com.wallee.android.till.sdk.data.GeneratePanTokenResponse
 
getPanToken() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getPanToken() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getParsedTransactionTime() - Method in class com.wallee.android.till.sdk.data.CancelationResult
 
getParsedTransactionTime() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getParsedTransactionTime() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getParsedTransactionTime() - Method in class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
getPaymentEntryMethod() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getPaymentEntryMethod() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getPhonePrfx() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getPinPadInformation() - Method in class com.wallee.android.till.sdk.ApiClient
Start an operation to get the pinpadinformation When the operation will be finished a ResponseHandler.executeGetConfigInfoResponse(GetPinpadInformationResponse) method will be called.
getPinpadInformationResponse(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
GetPinpadInformationResponse - Class in com.wallee.android.till.sdk.data
 
GetPinpadInformationResponse(State, ResultCode, String, String, String, String, String) - Constructor for class com.wallee.android.till.sdk.data.GetPinpadInformationResponse
 
getPmsId() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getPmsPubKey() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getPostcode() - Method in class com.wallee.android.till.sdk.data.Address
 
getQuantity() - Method in class com.wallee.android.till.sdk.data.LineItem
 
getRate() - Method in class com.wallee.android.till.sdk.data.Tax
 
getReaderTechnology() - Method in class com.wallee.android.till.sdk.data.TerminalApplicationConfigData
 
getReceiptFormat() - Method in class com.wallee.android.till.sdk.data.Receipt
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.CancelationResult
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.ConfigurationResult
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.FinalBalanceResult
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.InitialisationResult
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.SubmissionResult
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
getReceipts() - Method in class com.wallee.android.till.sdk.data.TransmissionResult
 
getReceiptType() - Method in class com.wallee.android.till.sdk.data.Receipt
 
getReserveReference() - Method in class com.wallee.android.till.sdk.data.TransactionCompletion
 
getReserveReference() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getReserveReference() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getReserveReference() - Method in class com.wallee.android.till.sdk.data.TransactionVoid
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.CancelationResult
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.ConfigurationResult
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.FinalBalanceResult
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.GeneratePanTokenResponse
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.GetConfigDataResponse
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.GetPinpadInformationResponse
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.InitialisationResult
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.SubmissionResult
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
getResultCode() - Method in class com.wallee.android.till.sdk.data.TransmissionResult
 
getRevRetryDelay() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getScConfTime() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getScId() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getScIntConf() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getScPubKey() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getSdkVersion(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getSequenceCount() - Method in class com.wallee.android.till.sdk.data.CancelationResult
 
getSequenceCount() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getSequenceCount() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getSequenceCount() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getSequenceCount() - Method in class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
getSerializable(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getSerialNumber() - Method in class com.wallee.android.till.sdk.data.GetPinpadInformationResponse
 
getSetCtlessTrmCap() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getShippingAddress() - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
getShippingAddress() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getSku() - Method in class com.wallee.android.till.sdk.data.LineItem
 
getSpaceID() - Method in class com.wallee.android.till.sdk.data.GetPinpadInformationResponse
 
getState() - Method in class com.wallee.android.till.sdk.data.CancelationResult
 
getState() - Method in class com.wallee.android.till.sdk.data.ConfigurationResult
 
getState() - Method in class com.wallee.android.till.sdk.data.FinalBalanceResult
 
getState() - Method in class com.wallee.android.till.sdk.data.GeneratePanTokenResponse
 
getState() - Method in class com.wallee.android.till.sdk.data.GetConfigDataResponse
 
getState() - Method in class com.wallee.android.till.sdk.data.GetPinpadInformationResponse
 
getState() - Method in class com.wallee.android.till.sdk.data.InitialisationResult
 
getState() - Method in class com.wallee.android.till.sdk.data.SubmissionResult
 
getState() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getState() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getState() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getState() - Method in class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
getState() - Method in class com.wallee.android.till.sdk.data.TransmissionResult
 
getStreet() - Method in class com.wallee.android.till.sdk.data.Address
 
getSubmInt() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getSubmissionResult(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getSuppPhone() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTaxes() - Method in class com.wallee.android.till.sdk.data.LineItem
 
getTerminalApplicationConfigDataList() - Method in class com.wallee.android.till.sdk.data.AcquirerData
 
getTerminalId() - Method in class com.wallee.android.till.sdk.data.CancelationResult
 
getTerminalId() - Method in class com.wallee.android.till.sdk.data.GetPinpadInformationResponse
 
getTerminalId() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getTerminalId() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getTerminalId() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getTerminalId() - Method in class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
getTitle() - Method in class com.wallee.android.till.sdk.data.Tax
 
getToAuthSrv() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToCardIn() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToCardRem() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToConfTrx() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToDataSubSrv() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToDatEntry() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToFB() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToICC() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToInitSrv() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToPMS() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToPosTrxRq() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToRmdr() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getToSCReq() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTotalAmountIncludingTax() - Method in class com.wallee.android.till.sdk.data.LineItem
 
getTotalAmountIncludingTax() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getTotalAmountIncludingTax() - Method in class com.wallee.android.till.sdk.data.TransactionCompletion
 
getToTrxTrans() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTransaction() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getTransaction() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getTransaction(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getTransactionCompletion() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getTransactionCompletion(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getTransactionCompletionResponse(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getTransactionProcessingBehavior() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getTransactionRefNumber() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getTransactionResponse(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getTransactionSyncNumber() - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
getTransactionSyncNumber() - Method in class com.wallee.android.till.sdk.data.Transaction
 
getTransactionSyncNumber() - Method in class com.wallee.android.till.sdk.data.TransactionCompletion
 
getTransactionSyncNumber() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getTransactionSyncNumber() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getTransactionSyncNumber() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getTransactionTime() - Method in class com.wallee.android.till.sdk.data.CancelationResult
 
getTransactionTime() - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
getTransactionTime() - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
getTransactionTime() - Method in class com.wallee.android.till.sdk.data.TransactionResponse
 
getTransactionTime() - Method in class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
getTransactionVoid() - Method in class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
getTransactionVoid(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getTransactionVoidResponse(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getTransInt() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTransmissionResult(Bundle) - Static method in class com.wallee.android.till.sdk.Utils
 
getTrmCap() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTrmCntryC() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTrmID() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTrmLng() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTrmRMCap() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTrmTrxFctCap() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTrmType() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTrxMode() - Method in class com.wallee.android.till.sdk.data.Ep2CtlessTrmCapPerKernel
 
getTrxSubmLim() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getTrxTransLim() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getType() - Method in class com.wallee.android.till.sdk.data.LineItem
 
getUnitPriceIncludingTax() - Method in class com.wallee.android.till.sdk.data.LineItem
 
getUsrRetryCnt() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 
getValue(String) - Static method in enum com.wallee.android.till.sdk.data.PaymentEntryMethod
 
getVersSW() - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData
 

H

handleFailedToConnectVpj(Context) - Static method in class com.wallee.android.till.sdk.Utils
 
handleMessage(Message) - Method in class com.wallee.android.till.sdk.ResponseHandler
Generic message handler that dispatches to the specialized methods below.
HTML - com.wallee.android.till.sdk.data.ReceiptFormat
 

I

ICC - com.wallee.android.till.sdk.data.PaymentEntryMethod
 
info(String) - Static method in class com.wallee.android.till.sdk.TillLog
Send Info Logs
InitialisationResult - Class in com.wallee.android.till.sdk.data
 
InitialisationResult(State, ResultCode, List<Receipt>) - Constructor for class com.wallee.android.till.sdk.data.InitialisationResult
 

L

lAssert(String) - Static method in class com.wallee.android.till.sdk.TillLog
Send Assert Logs (Wallee Payment App)
LineItem - Class in com.wallee.android.till.sdk.data
One product or fee in the list of items that makes up a transaction.
LineItem.Builder - Class in com.wallee.android.till.sdk.data
 
LineItem.ListBuilder - Class in com.wallee.android.till.sdk.data
 
LineItemType - Enum in com.wallee.android.till.sdk.data
 
ListBuilder(String, BigDecimal) - Constructor for class com.wallee.android.till.sdk.data.LineItem.ListBuilder
 
ListBuilder(List<LineItem>) - Constructor for class com.wallee.android.till.sdk.data.LineItem.ListBuilder
 
LOCAL - com.wallee.android.till.sdk.data.CurrencyType
 
LOG_MESSAGE - Static variable in class com.wallee.android.till.sdk.Utils
 
LOG_TYPE - Static variable in class com.wallee.android.till.sdk.Utils
 
logToBundle(int, String) - Static method in class com.wallee.android.till.sdk.Utils
 

M

MAGSTRIPE - com.wallee.android.till.sdk.data.PaymentEntryMethod
 
MANUAL - com.wallee.android.till.sdk.data.PaymentEntryMethod
 
MERCHANT - com.wallee.android.till.sdk.data.ReceiptType
 

N

NOT_APPLICABLE - com.wallee.android.till.sdk.data.PaymentEntryMethod
 

O

openSettings(Context) - Static method in class com.wallee.android.till.sdk.Utils
 

P

PACKAGE - Static variable in class com.wallee.android.till.sdk.Utils
 
PaymentEntryMethod - Enum in com.wallee.android.till.sdk.data
 
PRODUCT - com.wallee.android.till.sdk.data.LineItemType
The item is a regular item, which represents a product.
putMetaData(String, String) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 

Q

QR - com.wallee.android.till.sdk.data.PaymentEntryMethod
 

R

Receipt - Class in com.wallee.android.till.sdk.data
 
Receipt(String, ReceiptType, ReceiptFormat) - Constructor for class com.wallee.android.till.sdk.data.Receipt
 
ReceiptFormat - Enum in com.wallee.android.till.sdk.data
 
ReceiptType - Enum in com.wallee.android.till.sdk.data
 
RESERVE - com.wallee.android.till.sdk.data.TransactionProcessingBehavior
Reserve the transaction.
ResponseHandler - Class in com.wallee.android.till.sdk
Callbacks from the service API.
ResponseHandler() - Constructor for class com.wallee.android.till.sdk.ResponseHandler
 
ResultCode - Class in com.wallee.android.till.sdk.data
 
ResultCode(String, String) - Constructor for class com.wallee.android.till.sdk.data.ResultCode
 

S

SDK_VERSION_NOT_SUPPORTED_REPLY - com.wallee.android.till.sdk.ApiMessageType
 
SEND_LOG_LINE - com.wallee.android.till.sdk.ApiMessageType
 
serviceApiSdkVersionNotSupportedReply(String) - Method in class com.wallee.android.till.sdk.ResponseHandler
The response from the API in case if the current SDK version is not supported by the API service.
setAcquirerId(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setAddTrmCap(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setAmountTip(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setAuthorizationCode(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setAutoDeclRef(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setBillingAddress(Address) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setCardAppId(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setCardAppLabel(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setCardIssuingCountry(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setCardNumber(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setCardRdType(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setCommAddressGateWay(CommAddressGateWay) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setCommAddressPMS(CommAddressPMS) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setCommAddressSCConf(CommAddressSCConf) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setCtlessInd(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setCurrency(Currency) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setCurrency(Currency) - Method in class com.wallee.android.till.sdk.data.TransactionCompletion.Builder
 
setCustomerEmailAddress(String) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setCustomerId(String) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setCustomText(String) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setDataSubmMaxRetry(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDataSubmRetryDel(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDataSubmTime(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDataSubmTrigg(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDataTransMaxRetry(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDataTransRetryDel(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDataTransTime(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDataTransTrigg(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDccProvider(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDefTrxCurrC(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setDiscountIncludingTax(BigDecimal) - Method in class com.wallee.android.till.sdk.data.LineItem.Builder
 
setDSub(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setGeneratePanToken(Boolean) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setInvoiceReference(String) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setLanguage(String) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setLineItems(List<LineItem>) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setLineItems(List<LineItem>) - Method in class com.wallee.android.till.sdk.data.TransactionCompletion.Builder
 
setMaxStor(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setMctId(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setMerchantReference(String) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setMerchantReference(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setName(String) - Method in class com.wallee.android.till.sdk.data.LineItem.Builder
 
setPanToken(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setPaymentEntryMethod(PaymentEntryMethod) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setPhonePrfx(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setPmsId(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setPmsPubKey(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setQuantity(BigDecimal) - Method in class com.wallee.android.till.sdk.data.LineItem.Builder
 
setReceipts(List<Receipt>) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setReserveReference(String) - Method in class com.wallee.android.till.sdk.data.TransactionCompletion.Builder
 
setReserveReference(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setResultCode(ResultCode) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setRevRetryDelay(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setScConfTime(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setScId(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setScIntConf(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setScPubKey(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setSequenceCount(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setSetCtlessTrmCap(List<Ep2CtlessTrmCapPerKernel>) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setShippingAddress(Address) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setSku(String) - Method in class com.wallee.android.till.sdk.data.LineItem.Builder
 
setState(State) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setSubmInt(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setSuppPhone(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTerminalId(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setToAuthSrv(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToCardIn(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToCardRem(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToConfTrx(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToDataSubSrv(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToDatEntry(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToFB(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToICC(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToInitSrv(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToPMS(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToPosTrxRq(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToRmdr(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToSCReq(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setToTrxTrans(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTransaction(Transaction) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setTransactionProcessingBehavior(TransactionProcessingBehavior) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setTransactionRefNumber(String) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setTransactionSyncNumber(int) - Method in class com.wallee.android.till.sdk.data.Transaction.Builder
 
setTransactionSyncNumber(Integer) - Method in class com.wallee.android.till.sdk.data.TransactionCompletion.Builder
 
setTransactionSyncNumber(Integer) - Method in class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
setTransactionSyncNumber(Integer) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setTransactionTime(String) - Method in class com.wallee.android.till.sdk.data.TransactionResponse.Builder
 
setTransInt(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrmCap(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrmCntryC(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrmID(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrmLng(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrmRMCap(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrmTrxFctCap(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrmType(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrxSubmLim(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setTrxTransLim(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setType(LineItemType) - Method in class com.wallee.android.till.sdk.data.LineItem.Builder
 
setUsrRetryCnt(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
setVersSW(String) - Method in class com.wallee.android.till.sdk.data.Ep2TerminalConfigData.Builder
 
SHIPPING - com.wallee.android.till.sdk.data.LineItemType
The item is a shipping fee.
State - Enum in com.wallee.android.till.sdk.data
 
SubmissionResult - Class in com.wallee.android.till.sdk.data
The submission result data for ApiClient.executeSubmission() API call.
SubmissionResult(State, ResultCode, List<Receipt>) - Constructor for class com.wallee.android.till.sdk.data.SubmissionResult
 
SUCCESSFUL - com.wallee.android.till.sdk.data.State
 

T

Tax - Class in com.wallee.android.till.sdk.data
A tax that has been applied to a LineItem.
Tax(String, BigDecimal) - Constructor for class com.wallee.android.till.sdk.data.Tax
 
TerminalApplicationConfigData - Class in com.wallee.android.till.sdk.data
 
TerminalApplicationConfigData(String, String, String) - Constructor for class com.wallee.android.till.sdk.data.TerminalApplicationConfigData
 
TEXT - com.wallee.android.till.sdk.data.ReceiptFormat
 
TillLog - Class in com.wallee.android.till.sdk
 
TillLog() - Constructor for class com.wallee.android.till.sdk.TillLog
Instantiate an TillLog
toBundle(CancelationResult) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(ConfigurationResult) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(FinalBalanceResult) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(GeneratePanTokenResponse) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(GetConfigDataResponse) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(GetPinpadInformationResponse) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(InitialisationResult) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(SubmissionResult) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(Transaction) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(TransactionCompletion) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(TransactionCompletionResponse) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(TransactionResponse) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(TransactionVoid) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(TransactionVoidResponse) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(TransmissionResult) - Static method in class com.wallee.android.till.sdk.Utils
 
toBundle(Serializable) - Static method in class com.wallee.android.till.sdk.Utils
 
toString() - Method in class com.wallee.android.till.sdk.data.Transaction
 
toString() - Method in class com.wallee.android.till.sdk.data.TransactionCompletion
 
Transaction - Class in com.wallee.android.till.sdk.data
The transaction data for ApiClient.authorizeTransaction(Transaction) API call.
Transaction.Builder - Class in com.wallee.android.till.sdk.data
 
TransactionCompletion - Class in com.wallee.android.till.sdk.data
The transaction completion data for ApiClient.completeTransaction(TransactionCompletion) API call.
TransactionCompletion.Builder - Class in com.wallee.android.till.sdk.data
 
TransactionCompletionResponse - Class in com.wallee.android.till.sdk.data
The transaction completion response data from ApiClient.completeTransaction(TransactionCompletion) API call.
TransactionCompletionResponse(TransactionCompletion, State, ResultCode, String, String, String, String, List<Receipt>, Integer) - Constructor for class com.wallee.android.till.sdk.data.TransactionCompletionResponse
 
TransactionProcessingBehavior - Enum in com.wallee.android.till.sdk.data
 
TransactionResponse - Class in com.wallee.android.till.sdk.data
The transaction response data from ApiClient.authorizeTransaction(Transaction) API call.
TransactionResponse(Transaction, State, ResultCode, String, String, String, String, String, String, List<Receipt>, String, String, String, String, String, String, String, PaymentEntryMethod, Integer) - Constructor for class com.wallee.android.till.sdk.data.TransactionResponse
 
TransactionResponse.Builder - Class in com.wallee.android.till.sdk.data
 
TransactionVoid - Class in com.wallee.android.till.sdk.data
The reservation void data for ApiClient.voidTransaction(TransactionVoid) API call.
TransactionVoid(String, String) - Constructor for class com.wallee.android.till.sdk.data.TransactionVoid
 
TransactionVoidResponse - Class in com.wallee.android.till.sdk.data
The reservation void response data from ApiClient.voidTransaction(TransactionVoid) API call.
TransactionVoidResponse(TransactionVoid, State, ResultCode, String, String, String, List<Receipt>) - Constructor for class com.wallee.android.till.sdk.data.TransactionVoidResponse
 
TransmissionResult - Class in com.wallee.android.till.sdk.data
The transmission result data for ApiClient.executeTransmission() API call.
TransmissionResult(State, ResultCode, List<Receipt>) - Constructor for class com.wallee.android.till.sdk.data.TransmissionResult
 

U

unbind(Activity) - Method in class com.wallee.android.till.sdk.ApiClient
Unbind the API server from the given Activity.
unbind(Activity) - Method in class com.wallee.android.till.sdk.TillLog
Unbind the API server from the given Activity.
unbind(Context) - Method in class com.wallee.android.till.sdk.ApiClient
Unbind the API server from the given Context.
Utils - Class in com.wallee.android.till.sdk
 
Utils() - Constructor for class com.wallee.android.till.sdk.Utils
 

V

valueOf(String) - Static method in enum com.wallee.android.till.sdk.ApiMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.till.sdk.data.CurrencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.till.sdk.data.LineItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.till.sdk.data.PaymentEntryMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.till.sdk.data.ReceiptFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.till.sdk.data.ReceiptType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.till.sdk.data.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.wallee.android.till.sdk.data.TransactionProcessingBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.wallee.android.till.sdk.ApiMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.till.sdk.data.CurrencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.till.sdk.data.LineItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.till.sdk.data.PaymentEntryMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.till.sdk.data.ReceiptFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.till.sdk.data.ReceiptType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.till.sdk.data.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.wallee.android.till.sdk.data.TransactionProcessingBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.wallee.android.till.sdk.ApiClient
 
VOID_TRANSACTION - com.wallee.android.till.sdk.ApiMessageType
 
voidTransaction(TransactionVoid) - Method in class com.wallee.android.till.sdk.ApiClient
Void a reserved transaction.
voidTransactionReply(TransactionVoidResponse) - Method in class com.wallee.android.till.sdk.ResponseHandler

W

WALLEE_SETTINGS_MENU - Static variable in class com.wallee.android.till.sdk.AtiEvent
 
warning(String) - Static method in class com.wallee.android.till.sdk.TillLog
Send Warning Logs
A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages