<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: 18.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ProximityReader",
  "identifier" : "/documentation/ProximityReader/StoreAndForwardStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ProximityReader"
    ],
    "preciseIdentifier" : "s:15ProximityReader21StoreAndForwardStatusV"
  },
  "title" : "StoreAndForwardStatus"
}
-->

# StoreAndForwardStatus

A structure that describes the Store and Forward session status.

```
struct StoreAndForwardStatus
```

## Overview

A session’s `StoreAndForwardStatus` tells you when the Store and Forward
session expires and how many successful reads the framework performed using a Store and
Forward session.

Call [`status()`](/documentation/ProximityReader/StoreAndForwardPaymentCardReaderSession/status()) to get the current
Store and Forward status for your device.

## Topics

### Getting the status

[`let expiration: Date`](/documentation/ProximityReader/StoreAndForwardStatus/expiration)

The date when the Store and Forward session expires.

[`let readCount: Int`](/documentation/ProximityReader/StoreAndForwardStatus/readCount)

The number of successful reads the framework performed using a Store and Forward session.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)