Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LocationStatus

Represents the possible states of the location object for a discovered reader.

see

https://stripe.com/docs/api/terminal/readers/object

Index

Enumeration Members

Enumeration Members

NotSet: 2

This location is known to be not set. location will be null.

Set: 1

The location was successfully set to a known location. location is a valid Location.

Unknown: 0

The location is not known. location will be null.

A reader will only have a location status of unknown when a Bluetooth reader's full location information failed to fetch properly during discovery.

Generated using TypeDoc