Parcelable representing the detailed info about the transaction.
| class | TransactionInfo.Builder | Builder to create a TransactionInfo. |
|
| public static final Creator<TransactionInfo> | CREATOR |
| String |
getCurrencyCode()
Returns the currency code.
|
| String |
getTotalPrice()
Returns the total price, or
null if not set.
|
| int |
getTotalPriceStatus()
Returns the total price status.
|
| static TransactionInfo.Builder |
newBuilder()
Builder to create a
TransactionInfo.
|
| void |
writeToParcel(Parcel out, int
flags)
|
Returns the currency code.
Returns the total price, or null if not set.
Returns the total price status. See
WalletConstants.TotalPriceStatus for available options.
Builder to create a TransactionInfo.