java.lang.Object |
↳ |
com.google.android.gms.wallet.OfferWalletObject |
Class Overview
Parcelable representing an offer wallet object. This could represent an offer from the merchant
such as a coupon, etc. It has a buyerId that identifies the user to the merchant. If the offer
is associated to a loyalty program, then this could be an identifier for that program. The offer
also has a redemptionCode that will typically be used in the transaction, like a discount code
or similar that the user would otherwise have to enter manually.
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
Public Methods
public
int
describeContents
()
public
String
getId
()
Returns
- The unique identifier for this Wallet Object.
public
String
getRedemptionCode
()
Returns
- The redemption code of the offer. This would be a coupon code or similar that user
could enter to gain a discount, reward, etc.
public
int
getVersionCode
()
public
void
writeToParcel
(Parcel dest, int flags)