public final class

LoyaltyPointsBalance

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

Class Overview

Parcelable representing loyalty points balance.

Summary

Nested Classes
class LoyaltyPointsBalance.Builder Builder to create a LoyaltyPointsBalance
interface LoyaltyPointsBalance.Type Type of the loyalty points balance. 
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<LoyaltyPointsBalance> CREATOR
Public Methods
String getCurrencyCode()
long getCurrencyMicros()
double getDouble()
int getInt()
String getString()
int getType()
static LoyaltyPointsBalance.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<LoyaltyPointsBalance> CREATOR

Public Methods

public String getCurrencyCode ()

Returns
String the balance currency code

public long getCurrencyMicros ()

Returns
long the balance currency micros

public double getDouble ()

Returns
double the balance double value

public int getInt ()

Returns
int the balance int value

public String getString ()

Returns
String the balance string value

public int getType ()

Returns
int the balance type

public static LoyaltyPointsBalance.Builder newBuilder ()

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel
flags int