---
title: applePayLaterAvailability
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentrequest/applepaylateravailability-3dxrt
---

# applePayLaterAvailability

A value that indicates whether Apple Pay Later is available for a transaction.

## Declaration

```swift
var applePayLaterAvailability: PKPaymentRequest.ApplePayLaterAvailability { get set }
```

## Discussion

Discussion Defaults to enabled. Use this property to suppress Apple Pay Later for a specific transaction. Only set this property if you have a specific requirement to disable Apple Pay Later. Ensure you select the correct mode that matches your requirement, because the framework displays Apple Pay Later availability to the user. important: If you later decide to stop providing Apple Pay Later in your app, contact your acquirer or payment service provider (PSP) and notify them that you no longer wish to participate in the Mastercard Installments Program. You can always change this decision later.

## See Also

### Deprecated

- [PKPaymentRequest.ApplePayLaterAvailability](passkit/pkpaymentrequest/applepaylateravailability-swift.enum.md)
- [PKAddressField](passkit/pkaddressfield.md)
- [PKApplePayLaterAvailability](passkit/pkapplepaylateravailability.md)
