public final class
LoyaltyWalletObject
extends Object
implements SafeParcelable
implements SafeParcelable
Parcelable representing a loyalty wallet object. An example loyalty wallet object could be a rewards membership where the membership id is placed in the accountId.
Inherited Constant Summary
Field Summary
public static final Creator<LoyaltyWalletObject> | CREATOR |
Public Method Summary
String | |
String | |
String | |
String | |
String | |
String |
getId()
|
String | |
String | |
int | |
void |
writeToParcel(Parcel dest, int flags)
|
Inherited Method Summary
Fields
Public Methods
public String getAccountId ()
Returns
- Loyalty account identifier to be displayed to the user (ex: "12345678").
public String getBarcodeAlternateText ()
Returns
- Human-readable text to display to the user in addition to the encoded barcode value (ex: "3492013").
public String getBarcodeType ()
Returns
- Barcode type. Possible values include "codabar", "qrCode", "textOnly", etc...