Contents

ApplePayPaymentTiming

A type that indicates the time a payment occurs in a transaction.

Declaration

enum ApplePayPaymentTiming

Mentioned in

Overview

The following are the payment timing values:

"immediate"

A value that specifies that the payment occurs when the transaction is complete.

"recurring"

A value that specifies that the payment occurs on a regular basis.

"deferred"

A value that specifies that the payment occurs in the future.

"automaticReload"

A value that specifies that the payment occurs automatically when the account falls below the automaticReloadPaymentThresholdAmount amount.

Topics

Enumeration Cases

See Also

Configuring payment timing