SelectPlanRequest: {
    planId: string;
    projectId?: string;
}

Request to select a specific pricing plan.

Type declaration

  • planId: string

    ID of the pricing plan.

  • OptionalprojectId?: string

    ID of the Project.