public final class

FullWalletRequest

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

Class Overview

Parcelable representing a full wallet request.

Summary

Nested Classes
class FullWalletRequest.Builder Builder to create a FullWalletRequest
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<FullWalletRequest> CREATOR
Public Methods
Cart getCart()
String getGoogleTransactionId()
String getMerchantTransactionId()
static FullWalletRequest.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<FullWalletRequest> CREATOR

Public Methods

public Cart getCart ()

Returns
Cart the shopping cart

public String getGoogleTransactionId ()

Returns
String Google's unique identifier for this transaction

public String getMerchantTransactionId ()

Returns
String an optional merchant identifier for the transaction

public static FullWalletRequest.Builder newBuilder ()

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int