TerminalConnectionToken class final

TerminalConnectionToken

A Connection Token is used by the Stripe Terminal SDK to connect to a reader. Related guide: [Fleet management](https://stripe.com/docs/terminal/fleet/locations)

Implemented types

Constructors

TerminalConnectionToken({String? location, required String secret})
TerminalConnectionToken
const
TerminalConnectionToken.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
location String?
final
object String
The resource's type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
final

Methods

encodeWith<V>(Encoder<V> encoder) → V
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode<V>(TerminalConnectionToken instance, Encoder<V> encoder) → V