gracePeriodDuration property

String? gracePeriodDuration
getter/setter pair

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

Acceptable values are P0D (zero days), P3D (3 days), P7D (7 days), P14D (14 days), and P30D (30 days). If not specified, a default value will be used based on the recurring period duration.

Implementation

core.String? gracePeriodDuration;