Type Alias ServerPricing

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

Type declaration

  • Optionalbillable?: boolean

    Since v16 with the release of the new pricing model

  • category: ServerInitiation
  • pricing_model: "CBP"