Type alias ServerPricing

ServerPricing: {
    billable: boolean;
    category: ServerInitiation;
    pricing_model: "CBP";
}

Type declaration

Generated using TypeDoc