closed constant

  1. @BuiltValueEnumConst.new(wireName: r'closed')
StoreStatusEnum const closed

The status of the store. Possible values are: - active. This value is assigned automatically when a store is created. - inactive. The terminals under the store are blocked from accepting new transactions, but capturing outstanding transactions is still possible. - closed. This status is irreversible. The terminals under the store are reassigned to the merchant inventory.

Implementation

@BuiltValueEnumConst(wireName: r'closed')
static const StoreStatusEnum closed = _$storeStatusEnum_closed;