@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class BankTransferBalance extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AVAILABLE |
static String |
SERIALIZED_NAME_TRANSACTABLE |
Constructor and Description |
---|
BankTransferBalance() |
Modifier and Type | Method and Description |
---|---|
BankTransferBalance |
available(String available) |
boolean |
equals(Object o) |
String |
getAvailable()
The total available balance - the sum of all successful debit transfer amounts minus all credit transfer amounts.
|
String |
getTransactable()
The transactable balance shows the amount in your account that you are able to use for transfers, and is essentially your available balance minus your minimum balance.
|
int |
hashCode() |
void |
setAvailable(String available) |
void |
setTransactable(String transactable) |
String |
toString() |
BankTransferBalance |
transactable(String transactable) |
public static final String SERIALIZED_NAME_AVAILABLE
public static final String SERIALIZED_NAME_TRANSACTABLE
public BankTransferBalance available(String available)
public String getAvailable()
public void setAvailable(String available)
public BankTransferBalance transactable(String transactable)
public String getTransactable()
public void setTransactable(String transactable)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.