gracePeriodDuration property

String? gracePeriodDuration
getter/setter pair

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

Acceptable values must be in days and between P0D and the lesser of 30D and base plan billing period. If not specified, a default value will be used based on the billing period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.

Implementation

core.String? gracePeriodDuration;