Package com.adyen.model.marketpay
Class AccountStateLimit
- java.lang.Object
-
- com.adyen.model.marketpay.AccountStateLimit
-
public class AccountStateLimit extends Object
AccountStateLimit
-
-
Constructor Summary
Constructors Constructor Description AccountStateLimit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountStateLimitamount(Long amount)AccountStateLimitcurrency(String currency)booleanequals(Object o)LonggetAmount()the amount value in minor unitsStringgetCurrency()the amount three letter currency code (ISO 4217)inthashCode()voidsetAmount(Long amount)voidsetCurrency(String currency)StringtoString()
-
-
-
Method Detail
-
amount
public AccountStateLimit amount(Long amount)
-
getAmount
public Long getAmount()
the amount value in minor units- Returns:
- amount
-
setAmount
public void setAmount(Long amount)
-
currency
public AccountStateLimit currency(String currency)
-
getCurrency
public String getCurrency()
the amount three letter currency code (ISO 4217)- Returns:
- currency
-
setCurrency
public void setCurrency(String currency)
-
-