Skip navigation links
A C D E F G H I M N O P R S T U V W 

A

abortTransaction() - Method in class se.westpay.posapplib.CarbonTerminal
 
abortTransaction() - Method in interface se.westpay.posapplib.PaymentTerminal
Aborts a transaction in progress.
AlternativePaymentData - Class in se.westpay.posapplib
The AlternativePaymentData class contains data about the alternative payment method that was used in a transaction.
AlternativePaymentData() - Constructor for class se.westpay.posapplib.AlternativePaymentData
 
ApnInfo - Class in se.westpay.posapplib
This class defines the Access Point Names data members.
ApnInfo() - Constructor for class se.westpay.posapplib.ApnInfo
Default Constructor
ApnInfo(String, String, String, String, String, String, String, String, String, String, String, String, String, ApnInfo.AuthType, ApnInfo.ProtocolType, ApnInfo.ProtocolType, ApnInfo.BearerType, ApnInfo.MvnoType, String) - Constructor for class se.westpay.posapplib.ApnInfo
Constructor
ApnInfo.AuthType - Enum in se.westpay.posapplib
Authentication types.
ApnInfo.BearerType - Enum in se.westpay.posapplib
 
ApnInfo.MvnoType - Enum in se.westpay.posapplib
 
ApnInfo.ProtocolType - Enum in se.westpay.posapplib
 
AuthorisationData - Class in se.westpay.posapplib
Contains information concerning the authorisation of a transaction.
AuthorisationData() - Constructor for class se.westpay.posapplib.AuthorisationData
 
AuthorisationMethod - Enum in se.westpay.posapplib
The authorisation method specifies how a transaction was authorised.
AuthorisingEntity - Enum in se.westpay.posapplib
The authorising entity specifies who authorised a transaction.

C

CarbonTerminal - Class in se.westpay.posapplib
 
CarbonTerminal() - Constructor for class se.westpay.posapplib.CarbonTerminal
Constructor.
CarbonTerminal(String, String) - Constructor for class se.westpay.posapplib.CarbonTerminal
Constructor.
CardPaymentData - Class in se.westpay.posapplib
The CardPaymentData class contains data about the payment card that was used in a transaction.
CardPaymentData() - Constructor for class se.westpay.posapplib.CardPaymentData
Constructor.
CardType - Enum in se.westpay.posapplib
 
CardVerificationHandler - Interface in se.westpay.posapplib
 
CASH_ADVANCE - Static variable in class se.westpay.posapplib.TransactionTypes
 
CashAdvanceRequest - Class in se.westpay.posapplib
Represents a cash advance transaction request.
CashAdvanceRequest() - Constructor for class se.westpay.posapplib.CashAdvanceRequest
Constructor.
CashAdvanceRequest(int, long) - Constructor for class se.westpay.posapplib.CashAdvanceRequest
Constructor.
CashAdvanceResponse - Class in se.westpay.posapplib
Represents a cash advance transaction response.
CashAdvanceResponse() - Constructor for class se.westpay.posapplib.CashAdvanceResponse
Constructor.
checkForUpdates(UpdateCheckResponseHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
checkForUpdates(UpdateCheckResponseHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
Checks for updates to the payment terminal.
Com - Interface in se.westpay.libserial
The Com interface provide methods that enables the use of the serial communication port.
Implementation of the Com interface is provided in the class SerialCommunication.
To start using the serial communication an instance of the class SerialCommunication needs to be created.
Below examples show how to connect to the serial communication port,
setup callback to get notification when data is available for reading and method to write data.

Create instance of the SerialCommunication class and do connect.
Com.BaudRates - Enum in se.westpay.libserial
Baud rates
Com.DataBits - Enum in se.westpay.libserial
Number of data bits.
Com.EventTypes - Enum in se.westpay.libserial
Event types.
Com.Parity - Enum in se.westpay.libserial
Parity.
Com.StopBits - Enum in se.westpay.libserial
Stop bits.
connect(Com.BaudRates) - Method in interface se.westpay.libserial.Com
Open and connect to the serial port.
connect(Com.BaudRates, Com.StopBits, Com.DataBits, Com.Parity) - Method in interface se.westpay.libserial.Com
Open and connect to the serial port.
connect(Com.BaudRates) - Method in class se.westpay.libserial.SerialCommunication
Open and connect to the serial port.
connect(Com.BaudRates, Com.StopBits, Com.DataBits, Com.Parity) - Method in class se.westpay.libserial.SerialCommunication
Open and connect to the serial port.
CustomCardRequest - Class in se.westpay.posapplib
Represents a request to read a custom card.
CustomCardRequest() - Constructor for class se.westpay.posapplib.CustomCardRequest
 
CustomCardResponse - Class in se.westpay.posapplib
Contains the response to a read custom card request.
CustomCardResponse() - Constructor for class se.westpay.posapplib.CustomCardResponse
 
CustomCardResponseHandler - Interface in se.westpay.posapplib
 

D

dailyCodeCallback(DailyCode) - Method in class se.westpay.posapplib.CarbonTerminal
Daily code callback.
DataAvailable - Interface in se.westpay.libserial
Application layer callback interface.
DccData - Class in se.westpay.posapplib
Contains data about the converted amount and currency of a transaction where Dynamic Currency Conversion was used.
DccData() - Constructor for class se.westpay.posapplib.DccData
 
DebitCreditSelection - Enum in se.westpay.posapplib
Indicates the Debit / Credit selection for the transaction.
DenialReasons - Enum in se.westpay.posapplib
Possible reasons for transactions being declined.
disableNavigationBar() - Method in class se.westpay.posapplib.CarbonTerminal
 
disableNavigationBar() - Method in interface se.westpay.posapplib.PaymentTerminal
Makes the navigation bar disappear.
disconnect() - Method in interface se.westpay.libserial.Com
Disconnect the connected port.
disconnect() - Method in class se.westpay.libserial.SerialCommunication
Disconnect the connected port.
DisplayUtilities - Class in se.westpay.posapplib
Class that provide display related methods.
DisplayUtilities() - Constructor for class se.westpay.posapplib.DisplayUtilities
 
DisplayUtilities.SleepTime - Enum in se.westpay.posapplib
Available sleep time values.
DisplayUtilities.SuspendTime - Enum in se.westpay.posapplib
Available suspend time values.
doMaintenance(MaintenanceResponseHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
doMaintenance(MaintenanceResponseHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
Open the system menu in the payment terminal.
doTransaction(TransactionRequest, TransactionResponseHandler, CardVerificationHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
doTransaction(TransactionRequest, TransactionResponseHandler, CardVerificationHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
Performs a transaction.

E

EmvData - Class in se.westpay.posapplib
Contains EMV information about a card used in a transaction.
EmvData() - Constructor for class se.westpay.posapplib.EmvData
Constructor.
enableDataRoaming(boolean) - Method in class se.westpay.posapplib.CarbonTerminal
 
enableDataRoaming(boolean) - Method in interface se.westpay.posapplib.PaymentTerminal
Enable/ Disable Data roaming.
enableNavigationBar(NavigationBarButtons[]) - Method in class se.westpay.posapplib.CarbonTerminal
 
enableNavigationBar(NavigationBarButtons[]) - Method in interface se.westpay.posapplib.PaymentTerminal
Show the navigation bar with back and/or home buttons.

F

finish() - Method in interface se.westpay.posapplib.PrintJob
Finishes the print job.

G

GenericResponse - Class in se.westpay.posapplib
A basic response that indicates success or failure of an operation.
GenericResponse() - Constructor for class se.westpay.posapplib.GenericResponse
Default constructor.
GenericResponse(boolean, String) - Constructor for class se.westpay.posapplib.GenericResponse
Constructor.
GenericResponse(boolean) - Constructor for class se.westpay.posapplib.GenericResponse
Constructor.
getAcquirerName() - Method in class se.westpay.posapplib.CardPaymentData
 
getAcquirerReference() - Method in class se.westpay.posapplib.CardPaymentData
 
getAcquirerReference() - Method in class se.westpay.posapplib.MerchantInfo
 
getAddress() - Method in class se.westpay.posapplib.MerchantInfo
 
getAid() - Method in class se.westpay.posapplib.EmvData
 
getAllowSkipTip() - Method in class se.westpay.posapplib.PurchaseRequest
 
getAlternativePaymentMethod() - Method in class se.westpay.posapplib.AlternativePaymentData
 
getApn() - Method in class se.westpay.posapplib.ApnInfo
Get access point name.
getApprovalCode() - Method in class se.westpay.posapplib.AuthorisationData
 
getApprovalCode() - Method in class se.westpay.posapplib.CardPaymentData
Deprecated.
Use getAuthorisingData().getApprovalCode() instead.
getAuthorisationData() - Method in class se.westpay.posapplib.CardPaymentData
 
getAuthorisationHosts() - Method in class se.westpay.posapplib.TerminalSettings
 
getAuthorisationMethod() - Method in class se.westpay.posapplib.AlternativePaymentData
 
getAuthorisationMethod() - Method in class se.westpay.posapplib.AuthorisationData
 
getAuthorisationMethod() - Method in class se.westpay.posapplib.CardPaymentData
Deprecated.
Use getAuthorisationData().getAuthorisingChannel() instead.
getAuthorisingEntity() - Method in class se.westpay.posapplib.AuthorisationData
 
getAuthorisingEntity() - Method in class se.westpay.posapplib.CardPaymentData
Deprecated.
Use getAuthorisationData().getAuthorisingEntity() instead.
getAuthResponseCode() - Method in class se.westpay.posapplib.EmvData
 
getAuthType() - Method in class se.westpay.posapplib.ApnInfo
Get authentication type.
getBankAgentName() - Method in class se.westpay.posapplib.MerchantInfo
 
getBearer() - Method in class se.westpay.posapplib.ApnInfo
Get bearer type.
getCardExpiryDate() - Method in class se.westpay.posapplib.CardPaymentData
 
getCardholderDisclaimer() - Method in class se.westpay.posapplib.DccData
 
getCardholderObscuredPan() - Method in class se.westpay.posapplib.CardPaymentData
 
getCardholderReceipt() - Method in class se.westpay.posapplib.TransactionResponse
 
getCardName() - Method in class se.westpay.posapplib.CardPaymentData
 
getCardName() - Method in class se.westpay.posapplib.CustomCardResponse
 
getCardName() - Method in class se.westpay.posapplib.VerifyCardData
 
getCardNumber() - Method in class se.westpay.posapplib.CustomCardResponse
 
getCardNumber() - Method in class se.westpay.posapplib.VerifyCardData
Get card number.
getCardNumberAlias() - Method in class se.westpay.posapplib.CardPaymentData
 
getCardNumberAlias() - Method in class se.westpay.posapplib.VerifyCardData
 
getCardScheme() - Method in class se.westpay.posapplib.DccData
 
getCardToken() - Method in class se.westpay.posapplib.VerifyCardData
Get card token.
getCardType() - Method in class se.westpay.posapplib.VerifyCardData
Get card type.
getCashAdvanceChargeAmount() - Method in class se.westpay.posapplib.TransactionAmounts
Get cash advance charge amount.
getCashBackAmount() - Method in class se.westpay.posapplib.PurchaseRequest
 
getCashBackAmount() - Method in class se.westpay.posapplib.PurchaseResponse
 
getCashBackAmount() - Method in class se.westpay.posapplib.TransactionAmounts
Get the cash back amount.
getCharacter() - Method in enum se.westpay.posapplib.AuthorisationMethod
 
getCharacter() - Method in enum se.westpay.posapplib.AuthorisingEntity
 
getCharacter() - Method in enum se.westpay.posapplib.PosEntryModes
 
getCharacter() - Method in enum se.westpay.posapplib.VerificationMethod
 
getCity() - Method in class se.westpay.posapplib.MerchantInfo
 
getConfigurationHosts() - Method in class se.westpay.posapplib.TerminalSettings
 
getConvertedAmount() - Method in class se.westpay.posapplib.DccData
 
getConvertedTipAmount() - Method in class se.westpay.posapplib.DccData
 
getCountry() - Method in class se.westpay.posapplib.MerchantInfo
 
getCurrency() - Method in class se.westpay.posapplib.MerchantInfo
 
getCurrencyCode() - Method in class se.westpay.posapplib.DccData
 
getCurrencyId() - Method in class se.westpay.posapplib.TransactionRequest
 
getCurrencyId() - Method in class se.westpay.posapplib.TransactionResponse
 
getDccData() - Method in class se.westpay.posapplib.CardPaymentData
 
getDebitCreditSelection() - Method in class se.westpay.posapplib.CardPaymentData
 
getDenialReason() - Method in class se.westpay.posapplib.TransactionResponse
 
getDisabledFeatures() - Method in class se.westpay.posapplib.TransactionRequest
 
getEmvData() - Method in class se.westpay.posapplib.CardPaymentData
Get EMV data.
getError() - Method in class se.westpay.posapplib.TransactionResponse
 
getErrorMessage() - Method in class se.westpay.posapplib.GenericResponse
 
getErrorMessage() - Method in class se.westpay.posapplib.PrintResponse
Get the error message.
getExchangeRate() - Method in class se.westpay.posapplib.DccData
 
getExponent() - Method in class se.westpay.posapplib.DccData
 
getFinancialInstitution() - Method in class se.westpay.posapplib.AlternativePaymentData
 
getFinancialInstitution() - Method in class se.westpay.posapplib.AuthorisationData
 
getFirmwareVersion() - Method in class se.westpay.posapplib.SystemInfo
 
getForceLogin() - Method in class se.westpay.posapplib.TerminalSettings
Gets the value of the force login flag.
getHardwareModel() - Method in class se.westpay.posapplib.SystemInfo
 
getHardwareModelRevision() - Method in class se.westpay.posapplib.SystemInfo
 
getIsContactless() - Method in class se.westpay.posapplib.CardPaymentData
 
getLanguage() - Method in class se.westpay.posapplib.TerminalSettings
 
getLanguages() - Method in class se.westpay.posapplib.TerminalStatus
 
getLastTransactionResult(TransactionResponseHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
getLastTransactionResult(TransactionResponseHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
Gets the result of the last completed transaction.
getLoyaltyApplications() - Method in class se.westpay.posapplib.CustomCardRequest
 
getLoyaltyApplications() - Method in class se.westpay.posapplib.TransactionRequest
 
getLoyaltyId() - Method in class se.westpay.posapplib.CardPaymentData
 
getMarkupDescription() - Method in class se.westpay.posapplib.DccData
 
getMarkupFormatted() - Method in class se.westpay.posapplib.DccData
 
getMaximumTipAmount() - Method in class se.westpay.posapplib.PurchaseRequest
 
getMaximumTipPercent() - Method in class se.westpay.posapplib.PurchaseRequest
 
getMaxStoredTransactionCount() - Method in class se.westpay.posapplib.TerminalStatus
 
getMcc() - Method in class se.westpay.posapplib.ApnInfo
Get mobile country code.
getMerchantCategoryCodes() - Method in class se.westpay.posapplib.MerchantInfo
 
getMerchantDisclaimer() - Method in class se.westpay.posapplib.DccData
 
getMerchantInfo() - Method in class se.westpay.posapplib.TerminalStatus
 
getMerchantObscuredPan() - Method in class se.westpay.posapplib.CardPaymentData
 
getMerchantReceipt() - Method in class se.westpay.posapplib.TransactionResponse
 
getMmsc() - Method in class se.westpay.posapplib.ApnInfo
Get Mmsc address.
getMmsPort() - Method in class se.westpay.posapplib.ApnInfo
Get access point Mms proxy port.
getMmsProxy() - Method in class se.westpay.posapplib.ApnInfo
Get access point Mms proxy.
getMnc() - Method in class se.westpay.posapplib.ApnInfo
Get mobile network code.
getMonospaceWidth() - Method in interface se.westpay.posapplib.PrintJob
 
getMvnoMatchData() - Method in class se.westpay.posapplib.ApnInfo
Get Mvno match data Info.
getMvnoType() - Method in class se.westpay.posapplib.ApnInfo
Get mobile virtual network operator type.
getName() - Method in class se.westpay.posapplib.ApnInfo
Get access point setting name.
getName() - Method in class se.westpay.posapplib.MerchantInfo
 
getOperatingSystemVersion() - Method in class se.westpay.posapplib.SystemInfo
 
getOrganisationNumber() - Method in class se.westpay.posapplib.MerchantInfo
 
getPanSequenceNumber() - Method in class se.westpay.posapplib.EmvData
 
getPassword() - Method in class se.westpay.posapplib.ApnInfo
Get access point password.
getPaymentApplicationVersion() - Method in class se.westpay.posapplib.SystemInfo
 
getPaymentDetails() - Method in class se.westpay.posapplib.TransactionResponse
 
getPaymentMethod() - Method in class se.westpay.posapplib.TransactionRequest
 
getPhone() - Method in class se.westpay.posapplib.MerchantInfo
 
getPort() - Method in class se.westpay.posapplib.ApnInfo
Get Http proxy port.
getPosEntryMode() - Method in class se.westpay.posapplib.CardPaymentData
 
getPosEntryMode() - Method in class se.westpay.posapplib.CustomCardResponse
 
getPosEntryMode() - Method in class se.westpay.posapplib.VerifyCardData
Get entry mode.
getPrinterStatus() - Method in class se.westpay.posapplib.CarbonTerminal
 
getPrinterStatus() - Method in interface se.westpay.posapplib.PaymentTerminal
 
getPrintWidth() - Method in interface se.westpay.posapplib.PrintJob
 
getProtocol() - Method in class se.westpay.posapplib.ApnInfo
Get protocol type.
getProxy() - Method in class se.westpay.posapplib.ApnInfo
Get Http proxy.
getRateProvider() - Method in class se.westpay.posapplib.DccData
 
getResponseCode() - Method in class se.westpay.posapplib.AuthorisationData
 
getRoamingProtocol() - Method in class se.westpay.posapplib.ApnInfo
Get roaming protocol type.
getSaleId() - Method in class se.westpay.posapplib.TransactionRequest
 
getSaleId() - Method in class se.westpay.posapplib.TransactionResponse
 
getSerialNumber() - Method in class se.westpay.posapplib.SystemInfo
 
getServer() - Method in class se.westpay.posapplib.ApnInfo
Get access point server address.
getSleepTime() - Method in class se.westpay.posapplib.CarbonTerminal
 
getSleepTime(Context) - Static method in class se.westpay.posapplib.DisplayUtilities
Get the sleep time value.
getSleepTime() - Method in interface se.westpay.posapplib.PaymentTerminal
Gets the sleep time value.
getSource() - Method in class se.westpay.posapplib.DccData
 
getStatus() - Method in interface se.westpay.posapplib.PrintJob
 
getStatus() - Method in class se.westpay.posapplib.PrintResponse
Get printer status.
getStoredTransactionCount() - Method in class se.westpay.posapplib.TerminalStatus
 
getSuspendTime() - Method in class se.westpay.posapplib.CarbonTerminal
 
getSuspendTime() - Static method in class se.westpay.posapplib.DisplayUtilities
Get the suspend time value.
getSuspendTime() - Method in interface se.westpay.posapplib.PaymentTerminal
Gets the suspend time value.
getSystemInfo() - Method in class se.westpay.posapplib.TerminalStatus
 
getTerminalId() - Method in class se.westpay.posapplib.TerminalSettings
Gets the terminal id used by this payment terminal.
getTerminalId() - Method in class se.westpay.posapplib.TransactionResponse
 
getTerminalStatus(TerminalStatusResponseHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
getTerminalStatus() - Method in class se.westpay.posapplib.InitialisationResponse
 
getTerminalStatus(TerminalStatusResponseHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
 
getTerminalStatus() - Method in class se.westpay.posapplib.TerminalStatusResponse
 
getTimeStamp() - Method in class se.westpay.posapplib.DccData
 
getTipAmount() - Method in class se.westpay.posapplib.PurchaseRequest
 
getTipAmount() - Method in class se.westpay.posapplib.PurchaseResponse
 
getTipAmount() - Method in class se.westpay.posapplib.TransactionAmounts
 
getTotalAmount() - Method in class se.westpay.posapplib.TransactionAmounts
Get the total amount.
getTotalAmount() - Method in class se.westpay.posapplib.TransactionRequest
 
getTotalAmount() - Method in class se.westpay.posapplib.TransactionResponse
 
getTransactionDescriptors() - Method in class se.westpay.posapplib.TerminalStatus
 
getTransactionId() - Method in class se.westpay.posapplib.TransactionResponse
 
getTransactionReference() - Method in class se.westpay.posapplib.RefundRequest
 
getTransactionTime() - Method in class se.westpay.posapplib.TransactionResponse
 
getTransactionType() - Method in class se.westpay.posapplib.TransactionDescriptor
Retrieve transaction type.
getTsi() - Method in class se.westpay.posapplib.EmvData
Get TSI.
getTvr() - Method in class se.westpay.posapplib.EmvData
 
getType() - Method in class se.westpay.posapplib.ApnInfo
Get access point type.
getUser() - Method in class se.westpay.posapplib.ApnInfo
Get access point user name.
getValue() - Method in enum se.westpay.posapplib.ApnInfo.AuthType
Gets constant value.
getValue() - Method in enum se.westpay.posapplib.ApnInfo.BearerType
Gets constant value.
getValue() - Method in enum se.westpay.posapplib.ApnInfo.MvnoType
Gets constant value.
getValue() - Method in enum se.westpay.posapplib.ApnInfo.ProtocolType
Gets constant value.
getValue() - Method in enum se.westpay.posapplib.DisplayUtilities.SleepTime
 
getValue() - Method in enum se.westpay.posapplib.DisplayUtilities.SuspendTime
 
getValue() - Method in enum se.westpay.posapplib.Parameter
 
getVatAmount() - Method in class se.westpay.posapplib.TransactionAmounts
Get the VAT amount.
getVerificationMethod() - Method in class se.westpay.posapplib.AlternativePaymentData
 
getVerificationMethod() - Method in class se.westpay.posapplib.CardPaymentData
 
getVersion() - Method in class se.westpay.posapplib.CarbonTerminal
Retrieves the version number.
getZipCode() - Method in class se.westpay.posapplib.MerchantInfo
 

H

hasBattery() - Method in class se.westpay.posapplib.SystemInfo
 
hasPrinter() - Method in class se.westpay.posapplib.SystemInfo
 

I

InitialisationResponse - Class in se.westpay.posapplib
 
InitialisationResponse() - Constructor for class se.westpay.posapplib.InitialisationResponse
 
InitialisationResponseHandler - Interface in se.westpay.posapplib
 
initialise(TerminalSettings, InitialisationResponseHandler, NotificationHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
initialise(TerminalSettings, InitialisationResponseHandler, NotificationHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
Initialises the payment terminal.
isAttended() - Method in class se.westpay.posapplib.SystemInfo
 
isOpened() - Method in interface se.westpay.libserial.Com
Check if serial communication port is open.
isOpened() - Method in class se.westpay.libserial.SerialCommunication
Check if serial communication port is open.
isPasswordProtected() - Method in class se.westpay.posapplib.TransactionDescriptor
Inform if the transaction type is password protected or not.
isSecure() - Method in class se.westpay.posapplib.SystemInfo
 
isSuccess() - Method in class se.westpay.posapplib.GenericResponse
 
isSuccess() - Method in class se.westpay.posapplib.PrintResponse
Shows if the operation been successful or not.

M

MaintenanceResponseHandler - Interface in se.westpay.posapplib
 
MenuFeatures - Enum in se.westpay.posapplib
Menu features that can be hidden in the payment service menu.
MerchantInfo - Class in se.westpay.posapplib
 
MerchantInfo(String, String, String, String, String, String, String, String, Currency, String, int) - Constructor for class se.westpay.posapplib.MerchantInfo
 
merchantPasswordCallback(MerchantPassword) - Method in class se.westpay.posapplib.CarbonTerminal
 

N

NavigationBarButtons - Enum in se.westpay.posapplib
Available navigation bar buttons.
NotificationEvent - Enum in se.westpay.posapplib
NotificationData events.
NotificationHandler - Interface in se.westpay.posapplib
A notification handler receives and processes notification events from the payment application.

O

onCardReadCompleted(CustomCardResponse) - Method in interface se.westpay.posapplib.CustomCardResponseHandler
This method is called from the POS application library after the payment application has finished reading a custom card.
onCardVerification(VerifyCardData) - Method in interface se.westpay.posapplib.CardVerificationHandler
Callback to allow the POS application to receive information about the presented card.
onDataAvailable(Com.EventTypes) - Method in interface se.westpay.libserial.DataAvailable
 
onInitialisationCompleted(InitialisationResponse) - Method in interface se.westpay.posapplib.InitialisationResponseHandler
This method is called from the POS application library after the payment application has initialised.
onMaintenanceCompleted(GenericResponse) - Method in interface se.westpay.posapplib.MaintenanceResponseHandler
This method is called from the POS application library after the payment application has exited the maintenance menu.
onNotification(NotificationEvent, String) - Method in interface se.westpay.posapplib.NotificationHandler
This method is called when the payment application sends a notification.
onPrintCompleted(PrintResponse) - Method in interface se.westpay.posapplib.PrintResponseHandler
Callback called when the printing has finished.
onReversalCompleted(TransactionResponse) - Method in interface se.westpay.posapplib.ReversalResponseHandler
This method is called from the POS application library after a reversal is completed.
onTerminalStatusResponseCompleted(TerminalStatusResponse) - Method in interface se.westpay.posapplib.TerminalStatusResponseHandler
This method is called from the POS application library when a response to the terminal status request is received.
onTransactionCompleted(TransactionResponse) - Method in interface se.westpay.posapplib.TransactionResponseHandler
This method is called from the POS application library after the payment application has finished processing a transaction.
onUpdateCheckCompleted(GenericResponse) - Method in interface se.westpay.posapplib.UpdateCheckResponseHandler
Callback called when the check for updates has finished.
openPaymentServiceMenu(MenuFeatures[], MaintenanceResponseHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
openPaymentServiceMenu(MenuFeatures[], MaintenanceResponseHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
Open the system menu in the payment terminal.

P

Parameter - Enum in se.westpay.posapplib
General parameters that can be used by the PAaS library.
PaymentData - Class in se.westpay.posapplib
Base class for payment data classes.
PaymentData() - Constructor for class se.westpay.posapplib.PaymentData
 
PaymentFeatures - Enum in se.westpay.posapplib
Payment features.
PaymentTerminal - Interface in se.westpay.posapplib
The PaymentTerminal interface is the main interaction point with the payment terminal.
PosEntryModes - Enum in se.westpay.posapplib
 
PrinterStatus - Enum in se.westpay.posapplib
Printer status.
printImage(Bitmap) - Method in interface se.westpay.posapplib.PrintJob
Prints a bitmap.
PrintJob - Interface in se.westpay.posapplib
Manages a print job.
PrintResponse - Class in se.westpay.posapplib
 
PrintResponse() - Constructor for class se.westpay.posapplib.PrintResponse
Constructor.
PrintResponse(PrinterStatus, String) - Constructor for class se.westpay.posapplib.PrintResponse
Constructor.
PrintResponseHandler - Interface in se.westpay.posapplib
 
printTextLine(String, String, String, boolean, boolean) - Method in interface se.westpay.posapplib.PrintJob
Prints one line of text.
PURCHASE - Static variable in class se.westpay.posapplib.TransactionTypes
 
PurchaseRequest - Class in se.westpay.posapplib
Represents a standard purchase request.
PurchaseRequest() - Constructor for class se.westpay.posapplib.PurchaseRequest
Constructor.
PurchaseRequest(int, long) - Constructor for class se.westpay.posapplib.PurchaseRequest
Constructor.
PurchaseResponse - Class in se.westpay.posapplib
Represents a standard purchase response.

R

read(byte[], int) - Method in interface se.westpay.libserial.Com
Read data from the serial communication port.
read(byte[], int, int) - Method in interface se.westpay.libserial.Com
Read data from the serial communication port.
read(byte[], int) - Method in class se.westpay.libserial.SerialCommunication
Read data from the serial communication port.
read(byte[], int, int) - Method in class se.westpay.libserial.SerialCommunication
Read data from the serial communication port.
readCustomCard(CustomCardRequest, CustomCardResponseHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
readCustomCard(CustomCardRequest, CustomCardResponseHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
Asks the payment application to read a custom card.
REFUND - Static variable in class se.westpay.posapplib.TransactionTypes
 
RefundRequest - Class in se.westpay.posapplib
Represents a refund transaction request.
RefundRequest() - Constructor for class se.westpay.posapplib.RefundRequest
Constructor.
RefundRequest(int, long) - Constructor for class se.westpay.posapplib.RefundRequest
Constructor.
RefundResponse - Class in se.westpay.posapplib
Represents a refund transaction response.
register(Context) - Method in class se.westpay.posapplib.CarbonTerminal
Registers the payment terminal, which involves creating resources needed by the terminal API.
ReversalRequest - Class in se.westpay.posapplib
Represents a reversal transaction request.
ReversalRequest() - Constructor for class se.westpay.posapplib.ReversalRequest
Constructor.
ReversalResponseHandler - Interface in se.westpay.posapplib
 
REVERSED_ACQUIRING - Static variable in class se.westpay.posapplib.TransactionTypes
 
reverseLastTransaction(ReversalResponseHandler) - Method in class se.westpay.posapplib.CarbonTerminal
 
reverseLastTransaction(ReversalResponseHandler) - Method in interface se.westpay.posapplib.PaymentTerminal
Reverses the previous transaction.

S

se.westpay.libserial - package se.westpay.libserial
 
se.westpay.posapplib - package se.westpay.posapplib
 
sendDeveloperOptions(Context, String, String) - Static method in class se.westpay.posapplib.DisplayUtilities
Send the developer options command.
sendScreenBrightness(Context, int) - Static method in class se.westpay.posapplib.DisplayUtilities
Sends a command to set the screen br.
SerialCommunication - Class in se.westpay.libserial
Wrapper layer for the native serial port communication functions.
For information on how to use SerialCommunication see Com.
SerialCommunication() - Constructor for class se.westpay.libserial.SerialCommunication
 
setAcquirerName(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setAcquirerReference(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setAid(String) - Method in class se.westpay.posapplib.EmvData
 
setAllowSkipTip(SkipTipOptions) - Method in class se.westpay.posapplib.PurchaseRequest
 
setAlternativePaymentMethod(String) - Method in class se.westpay.posapplib.AlternativePaymentData
 
setApn(String) - Method in class se.westpay.posapplib.ApnInfo
Set the access point name.
setApn(ApnInfo) - Method in class se.westpay.posapplib.CarbonTerminal
 
setApn(ApnInfo) - Method in interface se.westpay.posapplib.PaymentTerminal
Set APN settings.
setApprovalCode(String) - Method in class se.westpay.posapplib.AuthorisationData
 
setApprovalCode(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setAuthorisationData(AuthorisationData) - Method in class se.westpay.posapplib.CardPaymentData
 
setAuthorisationHosts(String...) - Method in class se.westpay.posapplib.TerminalSettings
 
setAuthorisationMethod(AuthorisationMethod) - Method in class se.westpay.posapplib.AlternativePaymentData
 
setAuthorisationMethod(AuthorisationMethod) - Method in class se.westpay.posapplib.AuthorisationData
 
setAuthorisationMethod(AuthorisationMethod) - Method in class se.westpay.posapplib.CardPaymentData
 
setAuthorisingEntity(AuthorisingEntity) - Method in class se.westpay.posapplib.AuthorisationData
 
setAuthorisingEntity(AuthorisingEntity) - Method in class se.westpay.posapplib.CardPaymentData
 
setAuthResponseCode(String) - Method in class se.westpay.posapplib.EmvData
 
setAuthType(ApnInfo.AuthType) - Method in class se.westpay.posapplib.ApnInfo
Set the method that your device may use to supply your username and password to the server for your PPP (Point-to-Point Protocol) connection.
setBearer(ApnInfo.BearerType) - Method in class se.westpay.posapplib.ApnInfo
Set the bearer type of access point setting.
setCardExpiryDate(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setCardholderDisclaimer(String) - Method in class se.westpay.posapplib.DccData
 
setCardholderObscuredPan(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setCardholderReceipt(String) - Method in class se.westpay.posapplib.TransactionResponse
 
setCardName(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setCardName(String) - Method in class se.westpay.posapplib.CustomCardResponse
 
setCardName(String) - Method in class se.westpay.posapplib.VerifyCardData
 
setCardNumber(String) - Method in class se.westpay.posapplib.CustomCardResponse
 
setCardNumber(String) - Method in class se.westpay.posapplib.VerifyCardData
Set card number.
setCardNumberAlias(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setCardNumberAlias(String) - Method in class se.westpay.posapplib.VerifyCardData
 
setCardScheme(String) - Method in class se.westpay.posapplib.DccData
 
setCardToken(String) - Method in class se.westpay.posapplib.VerifyCardData
Set card token.
setCardType(CardType) - Method in class se.westpay.posapplib.VerifyCardData
Set card type.
setCashAdvanceChargeAmount(long) - Method in class se.westpay.posapplib.TransactionAmounts
Set the cash advance charge amount.
setCashBackAmount(long) - Method in class se.westpay.posapplib.PurchaseRequest
 
setCashBackAmount(long) - Method in class se.westpay.posapplib.PurchaseResponse
 
setCashBackAmount(long) - Method in class se.westpay.posapplib.TransactionAmounts
Set the cash back amount.
setConfigurationHosts(String...) - Method in class se.westpay.posapplib.TerminalSettings
 
setConvertedAmount(long) - Method in class se.westpay.posapplib.DccData
 
setConvertedTipAmount(long) - Method in class se.westpay.posapplib.DccData
 
setCurrencyCode(String) - Method in class se.westpay.posapplib.DccData
 
setCurrencyId(int) - Method in class se.westpay.posapplib.TransactionRequest
 
setCurrencyId(int) - Method in class se.westpay.posapplib.TransactionResponse
 
setDataAvailableCallback(DataAvailable) - Method in interface se.westpay.libserial.Com
Set data available callback for the application layer.
setDataAvailableCallback(DataAvailable) - Method in class se.westpay.libserial.SerialCommunication
Set data available callback for the application layer.
setDccData(DccData) - Method in class se.westpay.posapplib.CardPaymentData
 
setDebitCreditSelection(DebitCreditSelection) - Method in class se.westpay.posapplib.CardPaymentData
 
setDenialReason(DenialReasons) - Method in class se.westpay.posapplib.TransactionResponse
> * @param value The reason for declining the transaction.
setDisabledFeatures(Enum<PaymentFeatures>[]) - Method in class se.westpay.posapplib.TransactionRequest
 
setEmvData(EmvData) - Method in class se.westpay.posapplib.CardPaymentData
 
setError(TransactionError) - Method in class se.westpay.posapplib.TransactionResponse
 
setErrorMessage(String) - Method in class se.westpay.posapplib.GenericResponse
 
setErrorMessage(String) - Method in class se.westpay.posapplib.PrintResponse
Set the error message.
setExchangeRate(double) - Method in class se.westpay.posapplib.DccData
 
setExponent(int) - Method in class se.westpay.posapplib.DccData
 
setFinancialInstitution(String) - Method in class se.westpay.posapplib.AlternativePaymentData
 
setFinancialInstitution(String) - Method in class se.westpay.posapplib.AuthorisationData
 
setForceLogin(boolean) - Method in class se.westpay.posapplib.TerminalSettings
Sets the value of the force login flag.
setIsContactless(Boolean) - Method in class se.westpay.posapplib.CardPaymentData
Set contactless card.
setLanguage(String) - Method in class se.westpay.posapplib.TerminalSettings
 
setLanguages(String[]) - Method in class se.westpay.posapplib.TerminalStatus
 
setLoyaltyApplications(String[]) - Method in class se.westpay.posapplib.CustomCardRequest
 
setLoyaltyApplications(String[]) - Method in class se.westpay.posapplib.TransactionRequest
 
setLoyaltyId(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setMarkupDescription(String) - Method in class se.westpay.posapplib.DccData
 
setMarkupFormatted(String) - Method in class se.westpay.posapplib.DccData
 
setMaximumTipAmount(long) - Method in class se.westpay.posapplib.PurchaseRequest
 
setMaximumTipPercent(int) - Method in class se.westpay.posapplib.PurchaseRequest
 
setMcc(String) - Method in class se.westpay.posapplib.ApnInfo
Set mobile country code.
setMerchantDisclaimer(String) - Method in class se.westpay.posapplib.DccData
 
setMerchantInfo(MerchantInfo) - Method in class se.westpay.posapplib.TerminalStatus
 
setMerchantObscuredPan(String) - Method in class se.westpay.posapplib.CardPaymentData
 
setMerchantReceipt(String) - Method in class se.westpay.posapplib.TransactionResponse
 
setMmsc(String) - Method in class se.westpay.posapplib.ApnInfo
Set the Mmsc address.
setMmsPort(String) - Method in class se.westpay.posapplib.ApnInfo
Set the Mms proxy port of access point.
setMmsProxy(String) - Method in class se.westpay.posapplib.ApnInfo
Set the Mms proxy that will be used only for communicating with the MMS Gateway Server.
setMnc(String) - Method in class se.westpay.posapplib.ApnInfo
Set mobile network code.
setMvnoMatchData(String) - Method in class se.westpay.posapplib.ApnInfo
Set Mvno match data Info.
setMvnoType(ApnInfo.MvnoType) - Method in class se.westpay.posapplib.ApnInfo
Set the mobile virtual network operator type of access point setting.
setName(String) - Method in class se.westpay.posapplib.ApnInfo
Set the name of access point setting.
setPanSequenceNumber(int) - Method in class se.westpay.posapplib.EmvData
 
setParameter(Parameter, int) - Method in class se.westpay.posapplib.CarbonTerminal
 
setParameter(Parameter, int) - Method in interface se.westpay.posapplib.PaymentTerminal
Set parameter.
setPassword(String) - Method in class se.westpay.posapplib.ApnInfo
Set the password of access point.
setPaymentDetails(PaymentData) - Method in class se.westpay.posapplib.TransactionResponse
 
setPaymentMethod(String) - Method in class se.westpay.posapplib.TransactionRequest
Specifies that a specific payment method should be used in this transaction.
setPort(String) - Method in class se.westpay.posapplib.ApnInfo
Set the Http proxy port.
setPosEntryMode(PosEntryModes) - Method in class se.westpay.posapplib.CardPaymentData
 
setPosEntryMode(PosEntryModes) - Method in class se.westpay.posapplib.CustomCardResponse
 
setPosEntryMode(PosEntryModes) - Method in class se.westpay.posapplib.VerifyCardData
Set entry mode.
setProtocol(ApnInfo.ProtocolType) - Method in class se.westpay.posapplib.ApnInfo
Set the protocol type of access point setting.
setProxy(String) - Method in class se.westpay.posapplib.ApnInfo
Set the Http proxy.
setRateProvider(String) - Method in class se.westpay.posapplib.DccData
 
setResponseCode(String) - Method in class se.westpay.posapplib.AuthorisationData
 
setRoamingProtocol(ApnInfo.ProtocolType) - Method in class se.westpay.posapplib.ApnInfo
Set the roaming protocol type of access point setting.
setSaleId(String) - Method in class se.westpay.posapplib.TransactionRequest
 
setSaleId(String) - Method in class se.westpay.posapplib.TransactionResponse
 
setScreenBrightness(int) - Method in class se.westpay.posapplib.CarbonTerminal
 
setScreenBrightness(int) - Method in interface se.westpay.posapplib.PaymentTerminal
Set screen brightness.
setServer(String) - Method in class se.westpay.posapplib.ApnInfo
Set the server address of access point.
setSleepTime(DisplayUtilities.SleepTime) - Method in class se.westpay.posapplib.CarbonTerminal
 
setSleepTime(Context, DisplayUtilities.SleepTime) - Static method in class se.westpay.posapplib.DisplayUtilities
Set the sleep time value.
setSleepTime(DisplayUtilities.SleepTime) - Method in interface se.westpay.posapplib.PaymentTerminal
Set the sleep time value.
setSource(String) - Method in class se.westpay.posapplib.DccData
 
setStatus(PrinterStatus) - Method in class se.westpay.posapplib.PrintResponse
Set printer status.
SetStayAwakeCommand - Static variable in class se.westpay.posapplib.DisplayUtilities
Set stay awake command.
SetStayAwakeOff - Static variable in class se.westpay.posapplib.DisplayUtilities
Set stay awake "off" command argument.
SetStayAwakeOn - Static variable in class se.westpay.posapplib.DisplayUtilities
Set stay awake "on" command argument.
setStoredTransactionCount(int) - Method in class se.westpay.posapplib.TerminalStatus
 
setStoredTransactionMaxCount(int) - Method in class se.westpay.posapplib.TerminalStatus
 
setSuccess(boolean) - Method in class se.westpay.posapplib.GenericResponse
 
setSuspendTime(DisplayUtilities.SuspendTime) - Method in class se.westpay.posapplib.CarbonTerminal
 
setSuspendTime(Context, DisplayUtilities.SuspendTime) - Static method in class se.westpay.posapplib.DisplayUtilities
Set the sleep time value.
setSuspendTime(DisplayUtilities.SuspendTime) - Method in interface se.westpay.posapplib.PaymentTerminal
Set the suspend time value.
setSystemInfo(SystemInfo) - Method in class se.westpay.posapplib.TerminalStatus
 
setTerminalId(String) - Method in class se.westpay.posapplib.TransactionResponse
 
setTerminalStatus(TerminalStatus) - Method in class se.westpay.posapplib.InitialisationResponse
 
setTimeStamp(Date) - Method in class se.westpay.posapplib.DccData
 
setTipAmount(long) - Method in class se.westpay.posapplib.PurchaseRequest
 
setTipAmount(long) - Method in class se.westpay.posapplib.PurchaseResponse
 
setTipAmount(long) - Method in class se.westpay.posapplib.TransactionAmounts
 
setTotalAmount(long) - Method in class se.westpay.posapplib.TransactionAmounts
Set the total amount.
setTotalAmount(long) - Method in class se.westpay.posapplib.TransactionRequest
 
setTotalAmount(long) - Method in class se.westpay.posapplib.TransactionResponse
 
setTransactionAmounts(TransactionAmounts) - Method in class se.westpay.posapplib.CarbonTerminal
 
setTransactionAmounts(TransactionAmounts) - Method in interface se.westpay.posapplib.PaymentTerminal
If a zero amount is provided in the transaction request, this call can be used to update the transaction with an amount.
setTransactionDescriptors(List<TransactionDescriptor>) - Method in class se.westpay.posapplib.TerminalStatus
 
setTransactionId(String) - Method in class se.westpay.posapplib.TransactionResponse
 
setTransactionReference(String) - Method in class se.westpay.posapplib.RefundRequest
Sets the reference to a previous transaction that should be refunded.
setTransactionTime(Date) - Method in class se.westpay.posapplib.TransactionResponse
 
setTsi(String) - Method in class se.westpay.posapplib.EmvData
 
setTvr(String) - Method in class se.westpay.posapplib.EmvData
 
setType(String) - Method in class se.westpay.posapplib.ApnInfo
Set access point type.
setUser(String) - Method in class se.westpay.posapplib.ApnInfo
Set the user name of access point.
setVatAmount(long) - Method in class se.westpay.posapplib.TransactionAmounts
Set the VAT amount.
setVerificationMethod(VerificationMethod) - Method in class se.westpay.posapplib.AlternativePaymentData
 
setVerificationMethod(VerificationMethod) - Method in class se.westpay.posapplib.CardPaymentData
 
shutdown(boolean) - Method in class se.westpay.posapplib.CarbonTerminal
 
shutdown(boolean) - Method in interface se.westpay.posapplib.PaymentTerminal
Shuts down the payment terminal.
SkipTipOptions - Enum in se.westpay.posapplib
If tipping is enabled for a transaction, these are the options that can be set to govern if and how the customer is allowed to skip tipping.
startPrintJob() - Method in class se.westpay.posapplib.CarbonTerminal
 
startPrintJob() - Method in interface se.westpay.posapplib.PaymentTerminal
Starts a new printer job.
SystemInfo - Class in se.westpay.posapplib
 
SystemInfo(String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean) - Constructor for class se.westpay.posapplib.SystemInfo
 

T

TerminalSettings - Class in se.westpay.posapplib
Contains settings required by the payment application.
TerminalSettings(String) - Constructor for class se.westpay.posapplib.TerminalSettings
Constructor.
TerminalSettings(String, String[], String[]) - Constructor for class se.westpay.posapplib.TerminalSettings
Constructor.
TerminalSettings(String, String[], String[], boolean) - Constructor for class se.westpay.posapplib.TerminalSettings
Constructor.
TerminalStatus - Class in se.westpay.posapplib
 
TerminalStatus() - Constructor for class se.westpay.posapplib.TerminalStatus
 
TerminalStatus(SystemInfo, MerchantInfo, int, int, String[], PaymentFeatures[], String[], String[], List<TransactionDescriptor>) - Constructor for class se.westpay.posapplib.TerminalStatus
 
TerminalStatusResponse - Class in se.westpay.posapplib
 
TerminalStatusResponse(TerminalStatus) - Constructor for class se.westpay.posapplib.TerminalStatusResponse
Constructor.
TerminalStatusResponseHandler - Interface in se.westpay.posapplib
 
TransactionAmounts - Class in se.westpay.posapplib
The TransactionAmounts class contains different type of amounts used in a transaction.
TransactionAmounts() - Constructor for class se.westpay.posapplib.TransactionAmounts
Constructor.
TransactionAmounts(long) - Constructor for class se.westpay.posapplib.TransactionAmounts
Constructor.
TransactionAmounts(long, long, long, long, long) - Constructor for class se.westpay.posapplib.TransactionAmounts
Constructor.
TransactionDescriptor - Class in se.westpay.posapplib
Represents a transaction descriptor.
TransactionError - Enum in se.westpay.posapplib
Error values for a transaction.
TransactionRequest - Class in se.westpay.posapplib
Contains the details of a new transaction.
TransactionRequest() - Constructor for class se.westpay.posapplib.TransactionRequest
Constructor.
TransactionRequest(int, long) - Constructor for class se.westpay.posapplib.TransactionRequest
Constructor.
TransactionResponse - Class in se.westpay.posapplib
Represents a transaction response.
TransactionResponse() - Constructor for class se.westpay.posapplib.TransactionResponse
Constructor.
TransactionResponse(TransactionError, String, String, String, int, long, String, String) - Constructor for class se.westpay.posapplib.TransactionResponse
Constructor.
TransactionResponseHandler - Interface in se.westpay.posapplib
 
TransactionTypes - Class in se.westpay.posapplib
Transaction types.
TransactionTypes() - Constructor for class se.westpay.posapplib.TransactionTypes
 

U

unregister() - Method in class se.westpay.posapplib.CarbonTerminal
Unregister the payment terminal, which involves freeing the resources used by the terminal API.
UpdateCheckResponseHandler - Interface in se.westpay.posapplib
 

V

validateMerchantPassword(String) - Method in class se.westpay.posapplib.CarbonTerminal
 
validateMerchantPassword(String) - Method in interface se.westpay.posapplib.PaymentTerminal
Validate the merchant password.
value - Variable in enum se.westpay.libserial.Com.BaudRates
 
value - Variable in enum se.westpay.libserial.Com.DataBits
 
value - Variable in enum se.westpay.libserial.Com.Parity
 
value - Variable in enum se.westpay.libserial.Com.StopBits
 
valueOf(String) - Static method in enum se.westpay.libserial.Com.BaudRates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.libserial.Com.DataBits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.libserial.Com.EventTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.libserial.Com.Parity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.libserial.Com.StopBits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.ApnInfo.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.ApnInfo.BearerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.ApnInfo.MvnoType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.ApnInfo.ProtocolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.AuthorisationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.AuthorisingEntity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.CardType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.DebitCreditSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.DenialReasons
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.DisplayUtilities.SleepTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.DisplayUtilities.SuspendTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.MenuFeatures
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.NavigationBarButtons
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.NotificationEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.Parameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.PaymentFeatures
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.PosEntryModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.PrinterStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.SkipTipOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.TransactionError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum se.westpay.posapplib.VerificationMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum se.westpay.libserial.Com.BaudRates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.libserial.Com.DataBits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.libserial.Com.EventTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.libserial.Com.Parity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.libserial.Com.StopBits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.ApnInfo.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.ApnInfo.BearerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.ApnInfo.MvnoType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.ApnInfo.ProtocolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.AuthorisationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.AuthorisingEntity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.CardType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.DebitCreditSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.DenialReasons
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.DisplayUtilities.SleepTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.DisplayUtilities.SuspendTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.MenuFeatures
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.NavigationBarButtons
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.NotificationEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.Parameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.PaymentFeatures
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.PosEntryModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.PrinterStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.SkipTipOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.TransactionError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum se.westpay.posapplib.VerificationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VerificationMethod - Enum in se.westpay.posapplib
Verification methods.
VerifyCardData - Class in se.westpay.posapplib
Representation of the data provided in a verify card.
VerifyCardData() - Constructor for class se.westpay.posapplib.VerifyCardData
Constructor.

W

write(byte[], int) - Method in interface se.westpay.libserial.Com
Write data to the serial communication port.
write(byte[], int, int) - Method in interface se.westpay.libserial.Com
Write data to the serial communication port.
write(byte[], int) - Method in class se.westpay.libserial.SerialCommunication
Write data to the serial communication port.
write(byte[], int, int) - Method in class se.westpay.libserial.SerialCommunication
Write data to the serial communication port.
A C D E F G H I M N O P R S T U V W 
Skip navigation links