---
title: PayLaterView
framework: passkit
role: symbol
role_heading: Structure
path: passkit/paylaterview
---

# PayLaterView

A view that displays the Apple Pay Later visual merchandising widget.

## Declaration

```swift
@MainActor @preconcurrency struct PayLaterView<FallbackView> where FallbackView : View
```

## Overview

Overview Use this view to display a widget that allows people to learn more about the Apple Pay Later feature.

## Topics

### Setting the view’s action

- [PayLaterViewAction](passkit/paylaterviewaction.md)

### Styling the view

- [PayLaterViewDisplayStyle](passkit/paylaterviewdisplaystyle.md)

### Initializers

- [init(amount:currency:)](passkit/paylaterview/init(amount:currency:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [View](swiftui/view.md)

## See Also

### Deprecated

- [PKPayLaterView](passkit/pkpaylaterview.md)
