public abstract class Fare extends Object implements Parcelable
RidePayment.PaymentStatus
is RidePayment.PaymentStatus.COMPLETED
.Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
Fare() |
Modifier and Type | Method and Description |
---|---|
static Fare |
create(String newCurrencyCode,
List<FareItem> fareItems)
Create a new
Fare object. |
abstract String |
getCurrencyCode()
The ISO 4217 currency code of the price.
|
abstract List<FareItem> |
getFareItems()
A list of the
FareItem 's |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents, writeToParcel
public abstract String getCurrencyCode()