GetTerminalsUnderAccountRequest class abstract
GetTerminalsUnderAccountRequest
Properties:
- companyAccount - Your company account. If you only specify this parameter, the response includes all terminals at all account levels.
- merchantAccount - The merchant account. This is required if you are retrieving the terminals assigned to a store.If you don't specify a
storethe response includes the terminals assigned to the specified merchant account and the terminals assigned to the stores under this merchant account. - store - The store code of the store. With this parameter, the response only includes the terminals assigned to the specified store.
- Annotations
-
- @BuiltValue.new()
Constructors
- GetTerminalsUnderAccountRequest([void updates(GetTerminalsUnderAccountRequestBuilder b)])
-
factory
Properties
- companyAccount → String
-
Your company account. If you only specify this parameter, the response includes all terminals at all account levels.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String?
-
The merchant account. This is required if you are retrieving the terminals assigned to a store.If you don't specify a
storethe response includes the terminals assigned to the specified merchant account and the terminals assigned to the stores under this merchant account.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- store → String?
-
The store code of the store. With this parameter, the response only includes the terminals assigned to the specified store.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(GetTerminalsUnderAccountRequestBuilder)) → GetTerminalsUnderAccountRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → GetTerminalsUnderAccountRequestBuilder -
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<
GetTerminalsUnderAccountRequest> -
no setter