Package com.hyperwallet.clientsdk.model
Class HyperwalletBalance
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletBalance
-
public class HyperwalletBalance extends Object
-
-
Constructor Summary
Constructors Constructor Description HyperwalletBalance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperwalletBalanceamount(Double amount)HyperwalletBalancecurrency(String currency)DoublegetAmount()StringgetCurrency()voidsetAmount(Double amount)voidsetCurrency(String currency)
-
-
-
Method Detail
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
currency
public HyperwalletBalance currency(String currency)
-
getAmount
public Double getAmount()
-
setAmount
public void setAmount(Double amount)
-
amount
public HyperwalletBalance amount(Double amount)
-
-