interface ListGracePeriodsResponse {
    gracePeriods: GracePeriod[];
}

Properties

Properties

gracePeriods: GracePeriod[]

List of grace periods.