TransactionInfo

public final class TransactionInfo extends Object
implements Parcelable

Parcelable representing the detailed info about the transaction.

Nested Class Summary

class TransactionInfo.Builder Builder to create a TransactionInfo

Inherited Constant Summary

int CONTENTS_FILE_DESCRIPTOR
int PARCELABLE_WRITE_RETURN_VALUE

Field Summary

public static final Creator<TransactionInfo> CREATOR

Public Method Summary

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)

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
abstract int
describeContents()
abstract void
writeToParcel(Parcel arg0, int arg1)

Fields

public static final Creator<TransactionInfo> CREATOR

Public Methods

public String getCurrencyCode ()

Returns the currency code.

public String getTotalPrice ()

Returns the total price, or null if not set.

public int getTotalPriceStatus ()

Returns the total price status. See WalletConstants.TotalPriceStatus for available options.

public static TransactionInfo.Builder newBuilder ()

Builder to create a TransactionInfo.

public void writeToParcel (Parcel out, int flags)