Plaid::OverrideAccounts
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Data to use to set values of test accounts. Some values cannot be specified in the schema and will instead will be calculated from other test data in order to achieve more consistent, realistic test data.
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] _type Object to be assigned
ISO-4217 currency code. If provided, the account will be denominated in the given currency. Transactions will also be in this currency by default.
Custom attribute writer method checking allowed values (enum). @param [Object] currency Object to be assigned
If provided, the account will always have this amount as its available balance, regardless of current balance or changes in transactions over time.
Custom attribute writer method checking allowed values (enum). @param [Object] force_available_balance 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
Custom attribute writer method checking allowed values (enum). @param [Object] holdings Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] identity Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] income Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] inflow_model Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] investment_transactions Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] liability Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] meta Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] numbers Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] starting_balance Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] subtype Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] transactions Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid