status property

  1. @BuiltValueField.new(wireName: r'status')
StoreStatusEnum? get status

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

@BuiltValueField(wireName: r'status')
StoreStatusEnum? get status;