class

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

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, _type : Plaid::OverrideAccountType | Nil = nil, subtype : Plaid::AccountSubtype | Nil = nil, starting_balance : Float64 | Nil = nil, force_available_balance : Float64 | Nil = nil, currency : String | Nil = nil, meta : Meta | Nil = nil, numbers : Numbers | Nil = nil, transactions : Array(TransactionOverride) | Nil = nil, identity : OwnerOverride | Nil = nil, liability : LiabilityOverride | Nil = nil, inflow_model : InflowModel | Nil = nil, holdings : Plaid::HoldingsOverride | Nil = nil, investment_transactions : Plaid::InvestmentsTransactionsOverride | Nil = nil, income : Plaid::IncomeOverride | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

_type
Source
_type=(new_value : Plaid::OverrideAccountType | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] _type Object to be assigned

Source
currency

ISO-4217 currency code. If provided, the account will be denominated in the given currency. Transactions will also be in this currency by default.

Source
currency=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] currency Object to be assigned

Source
force_available_balance

If provided, the account will always have this amount as its available balance, regardless of current balance or changes in transactions over time.

Source
force_available_balance=(new_value : Float64 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] force_available_balance Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

holdings
Source
holdings=(new_value : Plaid::HoldingsOverride | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] holdings Object to be assigned

Source
identity
Source
identity=(new_value : OwnerOverride | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] identity Object to be assigned

Source
income
Source
income=(new_value : Plaid::IncomeOverride | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] income Object to be assigned

Source
inflow_model
Source
inflow_model=(new_value : InflowModel | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] inflow_model Object to be assigned

Source
investment_transactions
Source
investment_transactions=(new_value : Plaid::InvestmentsTransactionsOverride | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] investment_transactions Object to be assigned

Source
liability
Source
liability=(new_value : LiabilityOverride | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] liability Object to be assigned

Source
list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
meta
Source
meta=(new_value : Meta | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] meta Object to be assigned

Source
numbers
Source
numbers=(new_value : Numbers | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] numbers Object to be assigned

Source
starting_balance

If provided, the account will start with this amount as the current balance.

Source
starting_balance=(new_value : Float64 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] starting_balance Object to be assigned

Source
subtype
Source
subtype=(new_value : Plaid::AccountSubtype | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] subtype Object to be assigned

Source
transactions

Specify the list of transactions on the account.

Source
transactions=(new_value : Array(TransactionOverride) | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] transactions Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source