locationId property

String? locationId
final

The ID of the reader’s Location.

Internet readers remain registered to the location specified when registering the reader to your account. For internet readers, this field represents that location. If you need to change your internet reader’s location, re-register the reader and specify the new location id in the location param. See https://stripe.com/docs/api/terminal/readers/create

Bluetooth and Apple Built-In readers are designed to be more mobile and must be registered to a location upon each connection. This field represents the last location that the reader was registered to. If the reader has not been used before, this field will be null. If you associate the reader to a different location while calling Terminal.connectBluetoothReader, this field will update to that new location’s id.

Implementation

final String? locationId;