InternetConnectionConfiguration

class InternetConnectionConfiguration(val failIfInUse: Boolean = DEFAULT_FAIL_IF_IN_USE) : ConnectionConfiguration

The InternetConnectionConfiguration object should be used to connect to an internet reader (currently DeviceType.VERIFONE_P400)

Constructors

Link copied to clipboard
constructor(failIfInUse: Boolean = DEFAULT_FAIL_IF_IN_USE)

Properties

Link copied to clipboard

When failIfInUse is true, an error will be returned when attempting to connect to a reader that is already collecting a payment

Link copied to clipboard

The ID of the Location that you want this reader to be registered to.

Functions

Link copied to clipboard
open override fun toString(): String