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

import Foundation
import Get
import URLQueryEncoder

extension Paths.Billing {
    public var edu: Edu {
        Edu(path: path + "/edu")
    }

    public struct Edu {
        /// Path: `/api/billing/edu`
        public let path: String
    }
}
