Type of the loyalty points balance.
| 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. |
Balance is a value of type double.
Balance is a value of type integer.
Balance is a value representing money with currency code and amount of money in micros.
Balance is a value of type string.
Balance is not set explicitly.