MerchantAccount class abstract
MerchantAccount
Properties:
- inStoreTerminals - List of terminals assigned to this merchant account as in-store terminals. This means that the terminal is ready to be boarded, or is already boarded.
- inventoryTerminals - List of terminals assigned to the inventory of this merchant account.
- merchantAccount - The merchant account.
- stores - Array of stores under this merchant account.
- Annotations
-
- @BuiltValue.new()
Constructors
- MerchantAccount([void updates(MerchantAccountBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inStoreTerminals
→ BuiltList<
String> ? -
List of terminals assigned to this merchant account as in-store terminals. This means that the terminal is ready to be boarded, or is already boarded.
no setter
-
inventoryTerminals
→ BuiltList<
String> ? -
List of terminals assigned to the inventory of this merchant account.
no setter
- merchantAccount → String
-
The merchant account.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stores
→ BuiltList<
Store> ? -
Array of stores under this merchant account.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(MerchantAccountBuilder)) → MerchantAccount -
Rebuilds the instance.
inherited
-
toBuilder(
) → MerchantAccountBuilder -
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<
MerchantAccount> -
no setter