Plaid::BankTransferBalance
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Information about the balance of a bank transfer
Constructors
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
The total available balance - the sum of all successful debit transfer amounts minus all credit transfer amounts.
Custom attribute writer method checking allowed values (enum). @param [Object] available Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
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.
Custom attribute writer method checking allowed values (enum). @param [Object] transactable Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid