---
title: ApplePayLaterAvailability
framework: applepayontheweb
role: symbol
role_heading: Enumeration
path: applepayontheweb/applepaylateravailability
---

# ApplePayLaterAvailability

Values you use to enable or disable Apple Pay Later for a specific transaction.

## Declaration

```data
enum ApplePayLaterAvailability
```

## Overview

Overview The following table describes the Apple Pay Later availability reasons.  |   |   |   |  Set the applePayLaterAvailability property to only one of these reasons as a string, for example: applePayLaterAvailability = “unavailableRecurringTransaction”;

## Topics

### Enumeration Cases

- [available](applepayontheweb/applepaylateravailability/available.md)
- [unavailableItemIneligible](applepayontheweb/applepaylateravailability/unavailableitemineligible.md)
- [unavailableRecurringTransaction](applepayontheweb/applepaylateravailability/unavailablerecurringtransaction.md)

## See Also

### Setting the Apple Pay Later mode

- [applePayLaterAvailability](applepayontheweb/applepayrequestbase/applepaylateravailability.md)
