Class ExternalBankAccountBalancesBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.ExternalBankAccountBalancesBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-24T16:23:15.128584Z[Etc/UTC]") public class ExternalBankAccountBalancesBankModel extends Object
Balance information for the account.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AVAILABLEstatic StringJSON_PROPERTY_CURRENT
-
Constructor Summary
Constructors Constructor Description ExternalBankAccountBalancesBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalBankAccountBalancesBankModelavailable(BigInteger available)ExternalBankAccountBalancesBankModelcurrent(BigInteger current)booleanequals(Object o)BigIntegergetAvailable()The available balance in the account.BigIntegergetCurrent()The current balance in the account including pending transactions.inthashCode()voidsetAvailable(BigInteger available)voidsetCurrent(BigInteger current)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_AVAILABLE
public static final String JSON_PROPERTY_AVAILABLE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CURRENT
public static final String JSON_PROPERTY_CURRENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
available
public ExternalBankAccountBalancesBankModel available(BigInteger available)
-
getAvailable
@Nullable public BigInteger getAvailable()
The available balance in the account. minimum: 0- Returns:
- available
-
setAvailable
public void setAvailable(BigInteger available)
-
current
public ExternalBankAccountBalancesBankModel current(BigInteger current)
-
getCurrent
@Nullable public BigInteger getCurrent()
The current balance in the account including pending transactions. minimum: 0- Returns:
- current
-
setCurrent
public void setCurrent(BigInteger current)
-
-