public static class RideReceipt.Charge
extends java.lang.Object
| Constructor and Description |
|---|
Charge() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAmount()
Gets the amount of the charge.
|
java.lang.String |
getName()
Gets the name of the charge.
|
java.lang.String |
getType()
Gets the type of the charge.
|