public class AccountStateLimit extends Object
| Constructor and Description |
|---|
AccountStateLimit() |
| Modifier and Type | Method and Description |
|---|---|
AccountStateLimit |
amount(Long amount) |
AccountStateLimit |
currency(String currency) |
boolean |
equals(Object o) |
Long |
getAmount()
the amount value in minor units
|
String |
getCurrency()
the amount three letter currency code (ISO 4217)
|
int |
hashCode() |
void |
setAmount(Long amount) |
void |
setCurrency(String currency) |
String |
toString() |
public AccountStateLimit amount(Long amount)
public Long getAmount()
public void setAmount(Long amount)
public AccountStateLimit currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
Copyright © 2022. All rights reserved.