@suluk/provision - v0.2.0
    Preparing search index...

    Interface ServicePlan

    A plan tier within an offering (OSB Service Plan). Most infra has a single "standard" plan; free marks $0 tiers.

    interface ServicePlan {
        id: string;
        name: string;
        description?: string;
        free?: boolean;
    }
    Index

    Properties

    id: string
    name: string
    description?: string
    free?: boolean