paymentFailureThreshold property

int? paymentFailureThreshold
getter/setter pair

The maximum number of payment failures before a subscription is suspended. For example, if payment_failure_threshold is 2, the subscription automatically updates to the SUSPEND state if two consecutive payments fail.

Implementation

int? paymentFailureThreshold;