Store class abstract
Store
Properties:
- address - The address of the store.
- description - The description of the store.
- inStoreTerminals - The list of terminals assigned to the store.
- merchantAccountCode - The code of the merchant account.
- status - The status of the store: -
PreActive: the store has been created, but not yet activated. -Active: the store has been activated. This means you can process payments for this store. -Inactive: the store is currently not active. -InactiveWithModifications: the store is currently not active, but payment modifications such as refunds are possible. -Closed: the store has been closed. - store - The code of the store.
- Annotations
-
- @BuiltValue.new()
Constructors
- Store([void updates(StoreBuilder b)])
-
factory
Properties
- address → Address?
-
The address of the store.
no setter
- description → String?
-
The description of the store.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inStoreTerminals
→ BuiltList<
String> ? -
The list of terminals assigned to the store.
no setter
- merchantAccountCode → String?
-
The code of the merchant account.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the store: -
PreActive: the store has been created, but not yet activated. -Active: the store has been activated. This means you can process payments for this store. -Inactive: the store is currently not active. -InactiveWithModifications: the store is currently not active, but payment modifications such as refunds are possible. -Closed: the store has been closed.no setter - store → String
-
The code of the store.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(StoreBuilder)) → Store -
Rebuilds the instance.
inherited
-
toBuilder(
) → StoreBuilder -
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<
Store> -
no setter