// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation
import Get
import URLQueryEncoder

extension Paths.Billing {
    public var usagePlanWebTableComparison: UsagePlanWebTableComparison {
        UsagePlanWebTableComparison(path: path + "/usage-plan-web-table-comparison")
    }

    public struct UsagePlanWebTableComparison {
        /// Path: `/api/billing/usage-plan-web-table-comparison`
        public let path: String

        /// Get Usage Plan Table Comparison
        public var get: Request<GenAPI.UsagePlanWebTableComparisonResponse> {
            Request(path: path, method: "GET", id: "studio_api_bots_billing_api_get_usage_plan_table_comparison")
        }
    }
}
