class

Plaid::AssetDetail

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

Details about an asset.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, asset_unique_identifier : String | Nil = nil, asset_account_identifier : String | Nil = nil, asset_as_of_date : String | Nil = nil, asset_description : String | Nil = nil, asset_available_balance_amount : Float64 | Nil = nil, asset_current_balance_amount : Float64 | Nil = nil, asset_type : Plaid::AssetType | Nil = nil, asset_type_additional_description : String | Nil = nil, asset_days_requested_count : Int32 | Nil = nil, asset_ownership_type : String | 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

asset_account_identifier

A unique alphanumeric string identifying an asset.

Source
asset_account_identifier=(new_value : String | Nil)

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

Source
asset_as_of_date

Account Report As of Date / Create Date. Format YYYY-MM-DD

Source
asset_as_of_date=(new_value : String | Nil)

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

Source
asset_available_balance_amount

Asset Account Available Balance.

Source
asset_available_balance_amount=(new_value : Float64 | Nil)

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

Source
asset_current_balance_amount

A vendor created unique Identifier

Source
asset_current_balance_amount=(new_value : Float64 | Nil)

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

Source
asset_days_requested_count

The Number of days requested made to the Financial Institution. Example When looking for 3 months of data from the FI, pass in 90 days.

Source
asset_days_requested_count=(new_value : Int32 | Nil)

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

Source
asset_description

A text description that further defines the Asset. This could be used to describe the shares associated with the stocks, bonds or mutual funds, retirement funds or business owned that the borrower has disclosed (named) as an asset.

Source
asset_description=(new_value : String | Nil)

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

Source
asset_ownership_type

Ownership type of the asset account.

Source
asset_ownership_type=(new_value : String | Nil)

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

Source
asset_type
Source
asset_type=(new_value : Plaid::AssetType | Nil)

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

Source
asset_type_additional_description

Additional Asset Decription some examples are Investment Tax-Deferred , Loan, 401K, 403B, Checking, Money Market, Credit Card,ROTH,529,Biller,ROLLOVER,CD,Savings,Investment Taxable, IRA, Mortgage, Line Of Credit.

Source
asset_type_additional_description=(new_value : String | Nil)

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

Source
asset_unique_identifier

A vendor created unique Identifier.

Source
asset_unique_identifier=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] asset_unique_identifier 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

list_invalid_properties

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

Source
valid?

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

Source