Builder to create a LoyaltyPointsBalance.
IMPORTANT: Loyalty points balance can be exactly of one of the following types: integer, string, double or money represented by currency code and amount of money in micros.
| LoyaltyPointsBalance |
build()
|
| LoyaltyPointsBalance.Builder |
setDouble(double balance)
The double form of a balance.
|
| LoyaltyPointsBalance.Builder |
setInt(int balance)
The integer form of a balance
|
| LoyaltyPointsBalance.Builder | |
| LoyaltyPointsBalance.Builder |
The double form of a balance.
The integer form of a balance
The money form of a balance
| currencyCode | The currency code, such as "USD" or "EUR." |
|---|---|
| currencyMicros | The unit of money amount in micros. For example, $1 USD would be represented as 1000000 micros. |
The string form of a balance