public final class

LoyaltyPoints

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

Class Overview

Parcelable representing the loyalty reward points label, balance, and type.

Summary

Nested Classes
class LoyaltyPoints.Builder Builder to create a LoyaltyPoints
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<LoyaltyPoints> CREATOR
Public Methods
LoyaltyPointsBalance getBalance()
String getLabel()
String getType()
This method is deprecated. This value is no longer used.
TimeInterval getValidTimeInterval()
static LoyaltyPoints.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<LoyaltyPoints> CREATOR

Public Methods

public LoyaltyPointsBalance getBalance ()

Returns
LoyaltyPointsBalance the balance

public String getLabel ()

Returns
String the label

public String getType ()

This method is deprecated.
This value is no longer used.

Returns
String

public TimeInterval getValidTimeInterval ()

Returns
TimeInterval the valid time interval

public static LoyaltyPoints.Builder newBuilder ()

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int