public 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 Constructors
LineItem()
Public Methods
int describeContents()
String getCurrencyCode()
String getDescription()
String getQuantity()
int getRole()
String getTotalPrice()
String getUnitPrice()
int getVersionCode()
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 Constructors

public LineItem ()

Public Methods

public int describeContents ()

public String getCurrencyCode ()

Returns
  • the ISO 4217 currency code of the transaction

public String getDescription ()

Returns
  • the description

public String getQuantity ()

Returns
  • the quantity

public int getRole ()

Returns
  • the role
See Also

public String getTotalPrice ()

Returns
  • the total price

public String getUnitPrice ()

Returns
  • the unit price

public int getVersionCode ()

public static LineItem.Builder newBuilder ()

public void writeToParcel (Parcel dest, int flags)