public class PaymentAmount extends Object implements Serializable
Payment callback.| Constructor and Description |
|---|
PaymentAmount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigDecimal |
getAmount()
Gets the
amount. |
String |
getCurrency()
Gets the
currency. |
int |
hashCode() |
void |
setAmount(BigDecimal amount)
Sets the
amount. |
void |
setCurrency(String currency)
Sets the
currency. |
String |
toString() |
public void setCurrency(String currency)
currency.currency - the currency to set.public BigDecimal getAmount()
amount.amount.public void setAmount(BigDecimal amount)
amount.amount - the amount to set.Copyright © 2017 BotMill. All rights reserved.