<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKShippingMethod/detail",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKShippingMethod(py)detail"
  },
  "title" : "detail"
}
-->

# detail

A user-readable description of the shipping method.

```
var detail: String? { get set }
```

## Discussion

Use this property to differentiate the shipping methods you offer. For example “Ships in 24 hours.” or “Arrives by 5pm on July 29.”

Don’t repeat the content of the [`label`](/documentation/PassKit/PKPaymentSummaryItem/label) property inherited from [`PKPaymentSummaryItem`](/documentation/PassKit/PKPaymentSummaryItem).

> Note:
> When ``doc://com.apple.passkit/documentation/PassKit/PKShippingMethod/dateComponentsRange`` contains a value, the system displays the range in the shipping method panel of the payment sheet. The system displays the contents of detail on the shipping method selection pane.

---

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)