public class SMSActivateGetBalanceAndCashBackResponse extends Object
| Constructor and Description |
|---|
SMSActivateGetBalanceAndCashBackResponse(@NotNull BigDecimal balance,
@NotNull BigDecimal cashBack)
Constructor getBalanceAndCashBack response with data from server.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull BigDecimal |
getBalance()
Returns the balance in account (ruble).
|
@NotNull BigDecimal |
getBalanceAndCashBack()
Returns the balance amount and cashback (ruble).
|
@NotNull BigDecimal |
getCashBack()
Returns the cashback in account (ruble).
|
String |
toString() |
public SMSActivateGetBalanceAndCashBackResponse(@NotNull
@NotNull BigDecimal balance,
@NotNull
@NotNull BigDecimal cashBack)
balance - balance in account (ruble).cashBack - cashback in account (ruble).@NotNull public @NotNull BigDecimal getCashBack()
@NotNull public @NotNull BigDecimal getBalance()
@NotNull public @NotNull BigDecimal getBalanceAndCashBack()
Copyright © 2020. All rights reserved.