Plaid::AssetReportCreateRequestOptions
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
An optional object to filter /asset_report/create results. If provided, must be non-null. The optional user object is required for the report to be eligible for Fannie Mae's Day 1 Certainty program.
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
Use this field to request a fast_asset report. When Fast Assets is requested, Plaid will create two versions of the Asset Report: first, the Fast Asset Report, which will contain only current identity and balance information, and later, the Full Asset Report, which will also contain historical balance information and transaction data. A PRODUCT_READY webhook will be fired for each Asset Report when it is ready, and the report_type field will indicate whether the webhook is firing for the full or fast Asset Report. To retrieve the Fast Asset Report, call /asset_report/get with fast_report set to true. There is no additional charge for using Fast Assets.
Custom attribute writer method checking allowed values (enum). @param [Object] add_ons Object to be assigned
Client-generated identifier, which can be used by lenders to track loan applications.
Custom attribute writer method checking allowed values (enum). @param [Object] client_report_id 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
true to return balance and identity earlier as a fast report. Defaults to false if omitted.
Custom attribute writer method checking allowed values (enum). @param [Object] include_fast_report Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Additional information that can be included in the asset report. Possible values: \"investments\"
Custom attribute writer method checking allowed values (enum). @param [Object] products Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] user Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid
URL to which Plaid will send Assets webhooks, for example when the requested Asset Report is ready.
Custom attribute writer method checking allowed values (enum). @param [Object] webhook Object to be assigned