Android APIs
public final class

GiftCardWalletObject

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

Class Overview

Parcelable representing a gift card wallet object.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<GiftCardWalletObject> CREATOR
Public Methods
int describeContents()
String getId()
int getVersionCode()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<GiftCardWalletObject> CREATOR

Public Methods

public int describeContents ()

public String getId ()

Returns
  • The unique identifier for this Wallet Object.

public int getVersionCode ()

public void writeToParcel (Parcel dest, int flags)