FindTerminalResponse class abstract
FindTerminalResponse
Properties:
- companyAccount - The company account that the terminal is associated with. If this is the only account level shown in the response, the terminal is assigned to the inventory of the company account.
- merchantAccount - The merchant account that the terminal is associated with. If the response doesn't contain a
storethe terminal is assigned to this merchant account. - merchantInventory - Boolean that indicates if the terminal is assigned to the merchant inventory. This is returned when the terminal is assigned to a merchant account. - If true, this indicates that the terminal is in the merchant inventory. This also means that the terminal cannot be boarded. - If false, this indicates that the terminal is assigned to the merchant account as an in-store terminal. This means that the terminal is ready to be boarded, or is already boarded.
- store - The store code of the store that the terminal is assigned to.
- terminal - The unique terminal ID.
- Annotations
-
- @BuiltValue.new()
Constructors
- FindTerminalResponse([void updates(FindTerminalResponseBuilder b)])
-
factory
Properties
- companyAccount → String
-
The company account that the terminal is associated with. If this is the only account level shown in the response, the terminal is assigned to the inventory of the company account.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String?
-
The merchant account that the terminal is associated with. If the response doesn't contain a
storethe terminal is assigned to this merchant account.no setter - merchantInventory → bool?
-
Boolean that indicates if the terminal is assigned to the merchant inventory. This is returned when the terminal is assigned to a merchant account. - If true, this indicates that the terminal is in the merchant inventory. This also means that the terminal cannot be boarded. - If false, this indicates that the terminal is assigned to the merchant account as an in-store terminal. This means that the terminal is ready to be boarded, or is already boarded.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- store → String?
-
The store code of the store that the terminal is assigned to.
no setter
- terminal → String
-
The unique terminal ID.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(FindTerminalResponseBuilder)) → FindTerminalResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → FindTerminalResponseBuilder -
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<
FindTerminalResponse> -
no setter