TerminalReassignmentRequest class abstract
TerminalReassignmentRequest
Properties:
- companyId - The unique identifier of the company account to which the terminal is reassigned.
- inventory - Must be specified when reassigning terminals to a merchant account: - If set to true, reassigns terminals to the inventory of the merchant account and the terminals cannot process transactions. - If set to false, reassigns terminals directly to the merchant account and the terminals can process transactions.
- merchantId - The unique identifier of the merchant account to which the terminal is reassigned. When reassigning terminals to a merchant account, you must specify the
inventoryfield. - storeId - The unique identifier of the store to which the terminal is reassigned.
- Annotations
-
- @BuiltValue.new()
Constructors
- TerminalReassignmentRequest([void updates(TerminalReassignmentRequestBuilder 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?
-
Must be specified when reassigning terminals to a merchant account: - If set to true, reassigns terminals to the inventory of the merchant account and the terminals cannot process transactions. - If set to false, reassigns terminals directly to the merchant account and the terminals can process transactions.
no setter
- merchantId → String?
-
The unique identifier of the merchant account to which the terminal is reassigned. When reassigning terminals to a merchant account, you must specify the
inventoryfield.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(TerminalReassignmentRequestBuilder)) → TerminalReassignmentRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → TerminalReassignmentRequestBuilder -
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<
TerminalReassignmentRequest> -
no setter