accountHoldDuration property

String? accountHoldDuration
getter/setter pair

Account hold period of the subscription, specified in ISO 8601 format.

Acceptable values must be in days and between P0D and P60D. If not specified, the default value is P30D. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.

Optional.

Implementation

core.String? accountHoldDuration;