public class

Cart

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

Class Overview

Parcelable representing a shopping cart in FullWalletRequest.

Summary

Nested Classes
class Cart.Builder Builder to create a Cart
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<Cart> CREATOR
Public Constructors
Cart()
Public Methods
int describeContents()
String getCurrencyCode()
ArrayList<LineItem> getLineItems()
String getTotalPrice()
int getVersionCode()
static Cart.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<Cart> CREATOR

Public Constructors

public Cart ()

Public Methods

public int describeContents ()

public String getCurrencyCode ()

Returns
  • the ISO 4217 currency code of the transaction

public ArrayList<LineItem> getLineItems ()

Returns
  • the line items in the cart

public String getTotalPrice ()

Returns
  • the total price

public int getVersionCode ()

public static Cart.Builder newBuilder ()

public void writeToParcel (Parcel dest, int flags)