active constant

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

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'active')
static const StoreStatusEnum active = _$storeStatusEnum_active;