InternetConnectionConfiguration

class InternetConnectionConfiguration(failIfInUse: Boolean) : ConnectionConfiguration

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

Constructors

Link copied to clipboard
fun InternetConnectionConfiguration(failIfInUse: Boolean = DEFAULT_FAIL_IF_IN_USE)

Properties

Link copied to clipboard
val failIfInUse: Boolean

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
val locationId: String?

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

Link copied to clipboard
Link copied to clipboard
val registerToLocation: String?