---
title: detail
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkshippingmethod/detail
---

# detail

A user-readable description of the shipping method.

## Declaration

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

## Discussion

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 property inherited from PKPaymentSummaryItem. note: When 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.

## See Also

### Working with shipping methods

- [dateComponentsRange](passkit/pkshippingmethod/datecomponentsrange.md)
- [identifier](passkit/pkshippingmethod/identifier.md)
- [PKDateComponentsRange](passkit/pkdatecomponentsrange.md)
