Plaid::CraBankIncomeSource
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Detailed information for the income source.
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
Custom attribute writer method checking allowed values (enum). @param [Object] employer Object to be assigned
Maximum of all dates within the specific income sources in the user’s bank account for days requested by the client. The date will be returned in an ISO 8601 format (YYYY-MM-DD).
Custom attribute writer method checking allowed values (enum). @param [Object] end_date Object to be assigned
The predicted average monthly net income amount for the income source(s).
Custom attribute writer method checking allowed values (enum). @param [Object] forecasted_average_monthly_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
An estimate of the average gross monthly income based on the historical net amount and income category for the income source(s).
Custom attribute writer method checking allowed values (enum). @param [Object] historical_average_monthly_gross_income Object to be assigned
The average monthly net income amount estimated based on the historical data for the income source(s).
Custom attribute writer method checking allowed values (enum). @param [Object] historical_average_monthly_income Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] historical_summary Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] income_category Object to be assigned
The most common name or original description for the underlying income transactions.
Custom attribute writer method checking allowed values (enum). @param [Object] income_description Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] income_source_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] iso_currency_code Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
The expected date of the end user’s next paycheck for the income source. The date will be returned in an ISO 8601 format (YYYY-MM-DD).
Custom attribute writer method checking allowed values (enum). @param [Object] next_payment_date Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] pay_frequency Object to be assigned
Minimum of all dates within the specific income sources in the user's bank account for days requested by the client. The date will be returned in an ISO 8601 format (YYYY-MM-DD).
Custom attribute writer method checking allowed values (enum). @param [Object] start_date Object to be assigned
Total amount of earnings in the user’s bank account for the specific income source for days requested by the client.
Custom attribute writer method checking allowed values (enum). @param [Object] total_amount Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] transaction_count Object to be assigned
The unofficial currency code associated with the amount or balance. Always null if iso_currency_code is non-null. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries.
Custom attribute writer method checking allowed values (enum). @param [Object] unofficial_currency_code Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid