-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class RateTable implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ActiveTime>
activeTimes
private final String
eligibility
private final String
maxStay
private final List<Rate>
rates
-
Method Summary
Modifier and Type Method Description final List<ActiveTime>
getActiveTimes()
List of active times when the rates apply. final String
getEligibility()
Eligibility criteria for the rate table. final String
getMaxStay()
ISO8601 interval maximum stay. final List<Rate>
getRates()
List of rates and their conditions. -
-
Method Detail
-
getActiveTimes
final List<ActiveTime> getActiveTimes()
List of active times when the rates apply.
-
getEligibility
final String getEligibility()
Eligibility criteria for the rate table.
-
getMaxStay
final String getMaxStay()
ISO8601 interval maximum stay.
-
-
-
-