Plaid::LinkTokenCreateRequestIncomeVerification
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Specifies options for initializing Link for use with the Income product. This field is required if income_verification is included in the products array.
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
An array of access tokens corresponding to Items that a user has previously connected with. Data from these institutions will be cross-referenced with document data received during the Document Income flow to help verify that the uploaded documents are accurate. If the transactions product was not initialized for these Items during link, it will be initialized after this Link session. This field should only be used with the payroll income source type.
Custom attribute writer method checking allowed values (enum). @param [Object] access_tokens Object to be assigned
The asset_report_id of an asset report associated with the user, as provided by /asset_report/create. Providing an asset_report_id is optional and can be used to verify the user through a streamlined flow. If provided, the bank linking flow will be skipped.
Custom attribute writer method checking allowed values (enum). @param [Object] asset_report_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] bank_income 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
The types of source income data that users will be permitted to share. Options include bank and payroll. Currently you can only specify one of these options.
Custom attribute writer method checking allowed values (enum). @param [Object] income_source_types Object to be assigned
The income_verification_id of the verification instance, as provided by /income/verification/create.
Custom attribute writer method checking allowed values (enum). @param [Object] income_verification_id 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] payroll_income Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] stated_income_sources Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid