Type alias AutoCancellationRuleInput

AutoCancellationRuleInput: { sourcePlanId: Scalars["String"]; targetPlanId: Scalars["String"] }

The input of the auto cancellation rule.

Type declaration

  • sourcePlanId: Scalars["String"]

    The id of the source plan.

  • targetPlanId: Scalars["String"]

    The id of the target plan.