Classes
- ActivateResponse
- Amount
- AmountDcc
- AmountDiscount
- AmountFinal
- Application
- BalanceInquiryResponse
- BalanceResponse
- Basket
- BasketItem
- Brand
- CardData
- CardTrackData
- ClientIdentificationResponse
- Color
- CommandRequest
- CommandResponse
- ConfigData
- Counter
- Counters
- CurrencyItem
- CustomReceiptFormatter
- DeactivateResponse
- DefaultReceiptFormatter
- DefaultTerminalListener
- DisplayProductInfo
- EcrInfo
- Features
- FeaturesHardware
- FeaturesPayment
- FeaturesSixml
- Hardware
- HardwareInformationResponse
- InitTransactionResponse
- ItemQuantity
- LogRecord
- LogRecordTrace
- LoyaltyCoupon
- LoyaltyDiscount
- LoyaltyInformation
- LoyaltyItem
- MerchantOption
- MobileTopupData
- MobileTopupValue
- NativeError
- NetworkInformation
- PpInfo
- PrintData
- PrintOption
- Receipt
- ReceiptItem
- ReceiptItems
- ReceiptRequestResponse
- ReconciliationResponse
- ScreenshotInformation
- ShowDialogRequest
- ShowDialogResponse
- ShowSignatureCaptureRequest
- ShowSignatureCaptureResponse
- SignatureInformation
- SubTransaction
- SystemInformationResponse
- Terminal
- TerminalSettings
- TerminalStatus
- ThirdPartyAppPayload
- TimEvent
- TimException
- TimeDate
- Total
- TransactionData
- TransactionInfoRequestResponse
- TransactionInformation
- TransactionRequest
- TransactionResponse
- TrxDetail
- VasCheckoutInformation
- VasInformationList
- VasResult
Namespaces
Overview
Methods-Overview
- getApiVersion() → {String}
- getErrorMessageLanguage()
- getErrorMessageTerminal()
- isNotNull()
- isNotUndefined()
- isNotUndefinedOrNull()
- isNull()
- isUndefined()
- isUndefinedOrNull()
- log(message)
Methods
(static) getApiVersion() → {String}
Get API versions.
Returns:
Api-Version
Type: String
(static) getErrorMessageLanguage()
Returns the error message matching the supplied ResultCode in the supplied language.
Valid language strings are currently: "en","de","de-AT","de-CH","fr","fr-BE",
"fr-CH","it","bg","hr","cs","nl","nl-BE","nl-NL","el","hu","lt","pl","pt",
"ro","sk","sl","es","sv","fi","no","da"
"de" defaults to "de-CH"
"fr" defaults to "fr-CH"
"nl" defaults to "nl-BE"
(static) getErrorMessageTerminal()
Returns the error message matching the supplied ResultCode in the terminal
merchant language.
The message will be in the merchant language of the terminal provided
systemInformation() has been executed (English otherwise).
(static) isNotNull()
Check if value is not null.
(static) isNotUndefined()
Check if value is not undefine.
(static) isNotUndefinedOrNull()
Check if value is not undefine or null.
(static) isNull()
Check if value is null.
(static) isUndefined()
Check if value is undefine.
(static) isUndefinedOrNull()
Check if value is undefine or null.
(static) log(message)
Log message.
Parameters:
Name | Type | Description |
---|---|---|
message |
String | Message to log as String |