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

# StoreAndForwardBatchDeletionToken

A secure token that you use to delete a Store and Forward batch.

```
struct StoreAndForwardBatchDeletionToken
```

## Overview

A `StoreAndForwardBatchDeletionToken` holds the token  your payment service provider
supplies when they successfully send a batch of Store and Forward payments for processing.

After receiving the raw token data from your provider, create an instance of this structure and pass it
to the [`resolveBatch(batchDeletionToken:)`](/documentation/ProximityReader/PaymentCardReaderStore/resolveBatch(batchDeletionToken:)) method.
When resolving a Store and Forward batch, the [`PaymentCardReaderStore`](/documentation/ProximityReader/PaymentCardReaderStore)
uses this token to verify that the payments were delivered to the payment service
provider and can now be deleted.

## Topics

### Creating a token

[`init(rawValue: String)`](/documentation/ProximityReader/StoreAndForwardBatchDeletionToken/init(rawValue:))

Creates a token with the string your payment service provider provides.

### Getting the token value

[`let rawValue: String`](/documentation/ProximityReader/StoreAndForwardBatchDeletionToken/rawValue)

The raw token string your payment service provider supplies.

## Relationships

### Conforms To

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

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

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

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

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

---

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)