LoyaltyPointsBalance.Type | Doclava
public static interface

LoyaltyPointsBalance.Type

com.google.android.gms.wallet.wobs.LoyaltyPointsBalance.Type

Class Overview

Type of the loyalty points balance.

Summary

Constants
int DOUBLE Balance is a value of type double.
int INT Balance is a value of type integer.
int MONEY Balance is a value representing money with currency code and amount of money in micros.
int STRING Balance is a value of type string.
int UNDEFINED Balance is not set explicitly.

Constants

public static final int DOUBLE

Balance is a value of type double.

Constant Value: 2 (0x00000002)

public static final int INT

Balance is a value of type integer.

Constant Value: 0 (0x00000000)

public static final int MONEY

Balance is a value representing money with currency code and amount of money in micros.

Constant Value: 3 (0x00000003)

public static final int STRING

Balance is a value of type string.

Constant Value: 1 (0x00000001)

public static final int UNDEFINED

Balance is not set explicitly.

Constant Value: -1 (0xffffffff)