GetTerminalsUnderAccountResponse class abstract
GetTerminalsUnderAccountResponse
Properties:
- companyAccount - Your company account.
- inventoryTerminals - Array that returns a list of all terminals that are in the inventory of the company account.
- merchantAccounts - Array that returns a list of all merchant accounts belonging to the company account.
- Annotations
-
- @BuiltValue.new()
Constructors
- GetTerminalsUnderAccountResponse([void updates(GetTerminalsUnderAccountResponseBuilder b)])
-
factory
Properties
- companyAccount → String
-
Your company account.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inventoryTerminals
→ BuiltList<
String> ? -
Array that returns a list of all terminals that are in the inventory of the company account.
no setter
-
merchantAccounts
→ BuiltList<
MerchantAccount> ? -
Array that returns a list of all merchant accounts belonging to the company account.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(GetTerminalsUnderAccountResponseBuilder)) → GetTerminalsUnderAccountResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → GetTerminalsUnderAccountResponseBuilder -
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<
GetTerminalsUnderAccountResponse> -
no setter