status property
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.
Implementation
@BuiltValueField(wireName: r'status')
String? get status;