PricingPlan
data class PricingPlan(val planId: String, val url: Url? = null, val name: String, val currency: CurrencyCode, val price: Double, val isTaxable: IntBoolean, val description: String)(source)
A pricing plan for renting vehicles.
Constructors
Link copied to clipboard
constructor(planId: String, url: Url? = null, name: String, currency: CurrencyCode, price: Double, isTaxable: IntBoolean, description: String)