Overview
Members-Overview
|
:Boolean |
|
:Boolean |
|
:Boolean |
|
:Boolean |
|
:Number |
|
:Number |
|
:Number |
|
:Number |
|
:String |
|
:Boolean |
|
:Boolean |
|
:Boolean |
|
:Boolean |
|
:Set.<timapi.constants.Guides> |
|
:String |
|
:Number |
|
:Boolean |
|
:Boolean |
|
:Number |
|
:timapi.constants.ProtocolType |
|
:Number |
|
:Boolean |
Methods-Overview
- toString() → {String}
Constructor
new TerminalSettings()
Create TerminalSettings with default-settings
Member-List
autoCommit :Boolean
After executing the Transaction-function the API commits the transaction automatically.
- Default Value:
- true
autoShiftManagement :Boolean
Shift management is handled automatically. Required if device does not
support Activate and Deactivate functions.
- Default Value:
- true
cardInsertionTimeout :Number
Timeout in seconds the terminal waits for a card to be inserted before
canceling an open transaction request.
- Default Value:
- 60
cardRemovalTimeout :Number
Timeout in seconds the terminal waits for a card to be removed before
requesting attendant interaction.
- Default Value:
- 60
commitTimeout :Number
Timeout in seconds the terminal waits until the technical auto-reversal
is processed, if no commit received. Timer starts with response and is
reset in case client enters information in the terminal.
- Default Value:
- 60
fastNtfMode :Boolean
Enable fast notification mode.
This parameter is only used if guide austrianUseCases is enabled.
- Default Value:
- false
fetchBrands :Boolean
Automatically retrieves application information during logging in.
- Default Value:
- false
guides :Set.<timapi.constants.Guides>
Required guides. Login succeeds only if the terminal is able to provide
all requested guides.
persistentState :Boolean
Enable persistent state if supported. Default is false.
- Default Value:
- false
proceedTimeout :Number
Timeout in seconds the terminal waits in WaitForProceed state for an
additional function until an error is returned.
- Default Value:
- 60
requestRepetition :Number
Number of send request repetitions or 0 to disable
Affects these functions:
- Commit
- Rollback
- Default Value:
- 0
tipAllowed :Boolean
Tip is allowed for purchase transactions.
This parameter is only used if guide gastro is enabled.
- Default Value:
- true
Methods
toString() → {String}
String representation.
Returns:
String representation
Type: String