public final class

Cart

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

Class Overview

Parcelable representing a shopping cart.

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 Methods
String getCurrencyCode()
ArrayList<LineItem> getLineItems()
String getTotalPrice()
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 Methods

public String getCurrencyCode ()

Returns
String the ISO 4217 currency code of the transaction

public ArrayList<LineItem> getLineItems ()

Returns
ArrayList<LineItem> the line items in the cart

public String getTotalPrice ()

Returns
String the total price

public static Cart.Builder newBuilder ()

Returns
Cart.Builder

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int