Contents

ApplePayLaterAvailability

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

Declaration

enum ApplePayLaterAvailability

Overview

The following table describes the Apple Pay Later availability reasons.

Availability reason

Description

available

Apple Pay Later is available. [Image] This is the default.

unavailableItemIneligible

Apple Pay Later is unavailable because one or more ineligible or prohibited items are in the shopping cart, such as gift cards

unavailableRecurringTransaction

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”;

Topics

Enumeration Cases

See Also

Setting the Apple Pay Later mode