Parcelable representing loyalty points balance.
| class | LoyaltyPointsBalance.Builder | Builder to create a LoyaltyPointsBalance. |
|
| interface | LoyaltyPointsBalance.Type | Type of the loyalty points balance. | |
| public static final Creator<LoyaltyPointsBalance> | CREATOR |
| String |
getCurrencyCode()
Returns the balance currency code.
|
| long |
getCurrencyMicros()
Returns the balance currency micros.
|
| double |
getDouble()
Returns the balance double value.
|
| int |
getInt()
Returns the balance int value.
|
| String |
getString()
Returns the balance string value.
|
| int |
getType()
Returns the balance type.
|
| static LoyaltyPointsBalance.Builder | |
| void |
writeToParcel(Parcel dest, int
flags)
|
Returns the balance currency code.
Returns the balance currency micros.
Returns the balance double value.
Returns the balance int value.
Returns the balance string value.
Returns the balance type.