AccountstatusesCustomBatchRequestEntry class
A batch entry encoding a single non-batch accountstatuses request.
Constructors
Properties
- accountId ↔ String
-
The ID of the (sub-)account whose status to get.
read / write
- batchId ↔ int
-
An entry ID, unique within the batch request.
read / write
-
destinations
↔ List<
String> -
If set, only issues for the specified destinations are returned, otherwise
only issues for the Shopping destination.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- merchantId ↔ String
-
The ID of the managing account.
read / write
- method ↔ String
-
The method of the batch entry. [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited