public class

FullWalletRequest

extends Object
implements 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 Constructors
FullWalletRequest()
Public Methods
int describeContents()
Cart getCart()
String getGoogleTransactionId()
String getMerchantTransactionId()
int getVersionCode()
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 Constructors

public FullWalletRequest ()

Public Methods

public int describeContents ()

public Cart getCart ()

Returns
  • the shopping cart

public String getGoogleTransactionId ()

Returns
  • Google's unique identifier for this transaction

public String getMerchantTransactionId ()

Returns
  • an optional merchant identifier for the transaction

public int getVersionCode ()

public static FullWalletRequest.Builder newBuilder ()

public void writeToParcel (Parcel dest, int flags)