public final class

LineItem

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.wallet.LineItem

Class Overview

Parcelable representing a line item in a shopping cart.

Summary

Nested Classes
class LineItem.Builder Builder to create a LineItem
interface LineItem.Role Role of a line item. 
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<LineItem> CREATOR
Public Methods
String getCurrencyCode()
String getDescription()
String getQuantity()
int getRole()
String getTotalPrice()
String getUnitPrice()
static LineItem.Builder newBuilder()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<LineItem> CREATOR

Public Methods

public String getCurrencyCode ()

Returns
String the ISO 4217 currency code of the transaction

public String getDescription ()

Returns
String the description

public String getQuantity ()

Returns
String the quantity

public int getRole ()

Returns
int the role

See also:

public String getTotalPrice ()

Returns
String the total price

public String getUnitPrice ()

Returns
String the unit price

public static LineItem.Builder newBuilder ()

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int