perKmPricing

@SerialName(value = "per_km_pricing")
val perKmPricing: List<PricingInterval>?(source)

Array of segments when the price is a function of distance traveled, displayed in kilometers.

Total cost is the addition of price and all segments in per_km_pricing and per_min_pricing. If this array is not provided, there are no variable costs based on distance.