rateArea property

  1. @JsonKey(name: 'rate_area', defaultValue: '')
String rateArea
final

The name of the area used for the calculation of the trip. Can differ from the city / entity optionally passed to this method.

Implementation

@JsonKey(name: 'rate_area', defaultValue: '')
final String rateArea;