gracePeriod property

String? gracePeriod
getter/setter pair

Grace period of the subscription, specified in ISO 8601 format.

Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).

Implementation

core.String? gracePeriod;