TerminalReassignmentTarget class abstract

TerminalReassignmentTarget

Properties:

  • companyId - The unique identifier of the company account to which the terminal is reassigned.
  • inventory - Indicates if the terminal is reassigned to the inventory of the merchant account. - If true, the terminal is in the inventory of the merchant account and cannot process transactions. - If false, the terminal is reassigned directly to the merchant account and can process transactions.
  • merchantId - The unique identifier of the merchant account to which the terminal is reassigned.
  • storeId - The unique identifier of the store to which the terminal is reassigned.
Annotations
  • @BuiltValue.new()

Constructors

TerminalReassignmentTarget([void updates(TerminalReassignmentTargetBuilder b)])
factory

Properties

companyId String?
The unique identifier of the company account to which the terminal is reassigned.
no setter
hashCode int
The hash code for this object.
no setterinherited
inventory bool
Indicates if the terminal is reassigned to the inventory of the merchant account. - If true, the terminal is in the inventory of the merchant account and cannot process transactions. - If false, the terminal is reassigned directly to the merchant account and can process transactions.
no setter
merchantId String?
The unique identifier of the merchant account to which the terminal is reassigned.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeId String?
The unique identifier of the store to which the terminal is reassigned.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TerminalReassignmentTargetBuilder)) TerminalReassignmentTarget
Rebuilds the instance.
inherited
toBuilder() TerminalReassignmentTargetBuilder
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<TerminalReassignmentTarget>
no setter