-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class RateTable implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ActiveTime>activeTimesprivate final Stringeligibilityprivate final StringmaxStayprivate final List<Rate>rates
-
Method Summary
Modifier and Type Method Description final List<ActiveTime>getActiveTimes()List of active times when the rates apply. final StringgetEligibility()Eligibility criteria for the rate table. final StringgetMaxStay()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.
-
-
-
-