class Plaid::OverrideAccounts

Overview

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.

Included Modules

Defined in:

plaid/models/override_accounts.cr

Constructors

Instance Method Summary

Instance methods inherited from module OpenApi::Json

after_initialize after_initialize, eql?(o : self) eql?, to_hash : Hash(String, JSON::Any) to_hash, to_json_any : JSON::Any to_json_any

Class methods inherited from module OpenApi::Json

build_from_hash(hash : Hash) build_from_hash, build_from_json_any(json_any : JSON::Any) build_from_json_any

Instance methods inherited from module OpenApi::Validatable

list_invalid_properties : Array(String) list_invalid_properties, list_invalid_properties_for(key : String) : Array(String) list_invalid_properties_for, valid? : Bool valid?, validate : Nil validate

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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


[View source]

Instance Method Detail

def ==(other : self) #

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


def _type : Plaid::OverrideAccountType | Nil #

[View source]
def _type=(new_value : Plaid::OverrideAccountType | Nil) #

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


[View source]
def currency : String | Nil #

[View source]
def currency=(new_value : String | Nil) #

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


[View source]
def force_available_balance : Float64 | Nil #

[View source]
def force_available_balance=(new_value : Float64 | Nil) #

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


[View source]
def hash(hasher) #

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


def holdings : Plaid::HoldingsOverride | Nil #

[View source]
def holdings=(new_value : Plaid::HoldingsOverride | Nil) #

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


[View source]
def identity : OwnerOverride | Nil #

[View source]
def identity=(new_value : OwnerOverride | Nil) #

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


[View source]
def income : Plaid::IncomeOverride | Nil #

[View source]
def income=(new_value : Plaid::IncomeOverride | Nil) #

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


[View source]
def inflow_model : InflowModel | Nil #

[View source]
def inflow_model=(new_value : InflowModel | Nil) #

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


[View source]
def investment_transactions : Plaid::InvestmentsTransactionsOverride | Nil #

[View source]
def investment_transactions=(new_value : Plaid::InvestmentsTransactionsOverride | Nil) #

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


[View source]
def liability : LiabilityOverride | Nil #

[View source]
def liability=(new_value : LiabilityOverride | Nil) #

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


[View source]
def list_invalid_properties : Array(String) #

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


[View source]
def meta : Meta | Nil #

[View source]
def meta=(new_value : Meta | Nil) #

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


[View source]
def numbers : Numbers | Nil #

[View source]
def numbers=(new_value : Numbers | Nil) #

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


[View source]
def starting_balance : Float64 | Nil #

[View source]
def starting_balance=(new_value : Float64 | Nil) #

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


[View source]
def subtype : Plaid::AccountSubtype | Nil #

[View source]
def subtype=(new_value : Plaid::AccountSubtype | Nil) #

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


[View source]
def transactions : Array(TransactionOverride) | Nil #

[View source]
def transactions=(new_value : Array(TransactionOverride) | Nil) #

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


[View source]
def valid? : Bool #

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


[View source]