UpdateStoreRequestStatusEnum class

Inheritance
  • Object
  • EnumClass
  • UpdateStoreRequestStatusEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<UpdateStoreRequestStatusEnum>
no setter
values → BuiltSet<UpdateStoreRequestStatusEnum>
no setter

Static Methods

valueOf(String name) UpdateStoreRequestStatusEnum

Constants

active → const UpdateStoreRequestStatusEnum
The status of the store. Possible values are: - active: This value is assigned automatically when a store is created. - inactive: The maximum transaction limits and number of Store-and-Forward transactions for the store are set to 0. This blocks new transactions, but captures are still possible. - closed: The terminals of the store are reassigned to the merchant inventory, so they can't process payments. You can change the status from active to inactive, and from inactive to active or closed. Once closed, a store can't be reopened.
closed → const UpdateStoreRequestStatusEnum
The status of the store. Possible values are: - active: This value is assigned automatically when a store is created. - inactive: The maximum transaction limits and number of Store-and-Forward transactions for the store are set to 0. This blocks new transactions, but captures are still possible. - closed: The terminals of the store are reassigned to the merchant inventory, so they can't process payments. You can change the status from active to inactive, and from inactive to active or closed. Once closed, a store can't be reopened.
inactive → const UpdateStoreRequestStatusEnum
The status of the store. Possible values are: - active: This value is assigned automatically when a store is created. - inactive: The maximum transaction limits and number of Store-and-Forward transactions for the store are set to 0. This blocks new transactions, but captures are still possible. - closed: The terminals of the store are reassigned to the merchant inventory, so they can't process payments. You can change the status from active to inactive, and from inactive to active or closed. Once closed, a store can't be reopened.
unknownDefaultOpenApi → const UpdateStoreRequestStatusEnum
The status of the store. Possible values are: - active: This value is assigned automatically when a store is created. - inactive: The maximum transaction limits and number of Store-and-Forward transactions for the store are set to 0. This blocks new transactions, but captures are still possible. - closed: The terminals of the store are reassigned to the merchant inventory, so they can't process payments. You can change the status from active to inactive, and from inactive to active or closed. Once closed, a store can't be reopened.