TransactionInfo

public final classTransactionInfoextendsObject
implementsParcelable

Parcelable representing the detailed info about the transaction.

Nested Class Summary

class TransactionInfo.Builder Builder to create aTransactionInfo.

Inherited Constant Summary

Field Summary

public static finalCreator<TransactionInfo> CREATOR

Public Method Summary

String
getCurrencyCode()
Returns the currency code.
String
getTotalPrice()
Returns the total price, ornullif not set.
int
getTotalPriceStatus()
Returns the total price status.
staticTransactionInfo.Builder
newBuilder()
Builder to create aTransactionInfo.
void
writeToParcel(Parcelout, int flags)

Inherited Method Summary

Fields

public static finalCreator<TransactionInfo> CREATOR

Public Methods

publicStringgetCurrencyCode()

Returns the currency code.

publicStringgetTotalPrice()

Returns the total price, ornullif not set.

public intgetTotalPriceStatus()

Returns the total price status. See WalletConstants.TotalPriceStatusfor available options.

public staticTransactionInfo.Builder newBuilder()

Builder to create aTransactionInfo.

public voidwriteToParcel(Parcelout, int flags)