TerminalBoardingData class abstract

TerminalBoardingData

Properties:

  • companyId - The unique identifier of the company account.
  • merchantId - The unique identifier of the merchant account.
  • storeId - The unique identifier of the store.
  • uniqueTerminalId - The unique identifier of the terminal.
Annotations
  • @BuiltValue.new()

Constructors

TerminalBoardingData([void updates(TerminalBoardingDataBuilder b)])
factory

Properties

companyId String
The unique identifier of the company account.
no setter
hashCode int
The hash code for this object.
no setterinherited
merchantId String?
The unique identifier of the merchant account.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeId String?
The unique identifier of the store.
no setter
uniqueTerminalId String
The unique identifier of the terminal.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TerminalBoardingDataBuilder)) TerminalBoardingData
Rebuilds the instance.
inherited
toBuilder() TerminalBoardingDataBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<TerminalBoardingData>
no setter