ApplePayLaterAvailability
Values you use to enable or disable Apple Pay Later for a specific transaction.
Declaration
enum ApplePayLaterAvailabilityOverview
The following table describes the Apple Pay Later availability reasons.
Availability reason | Description |
|---|---|
| Apple Pay Later is available. [Image] This is the default. |
| Apple Pay Later is unavailable because one or more ineligible or prohibited items are in the shopping cart, such as gift cards |
| Apple Pay Later is unavailable because there’s a recurring payment or subscription in the shopping cart. |
Set the applePayLaterAvailability property to only one of these reasons as a string, for example:
applePayLaterAvailability = “unavailableRecurringTransaction”;