@stigg/node-server-sdk - v4.22.1

    Type Alias AutoCancellationRuleInput

    Input for auto cancellation rule

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

    Properties

    sourcePlanId: Scalars["String"]

    ID of the source plan

    targetPlanId: Scalars["String"]

    ID of the target plan

    MMNEPVFCICPMFPCPTTAAATR