class Plaid::SignalEvaluateCoreAttributes
- Plaid::SignalEvaluateCoreAttributes
- Reference
- Object
Overview
The core attributes object contains additional data that can be used to assess the ACH return risk. Examples of data include: #days_since_first_plaid_connection
: The number of days since the first time the Item was connected to an application via Plaid #plaid_connections_count_7d
: The number of times the Item has been connected to applications via Plaid over the past 7 days #plaid_connections_count_30d
: The number of times the Item has been connected to applications via Plaid over the past 30 days #total_plaid_connections_count
: The number of times the Item has been connected to applications via Plaid #is_savings_or_money_market_account
: Indicates whether the ACH transaction funding account is a savings/money market account For the full list and detailed documentation of core attributes available, or to request that core attributes not be returned, contact Sales or your Plaid account manager
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- OpenApi::Json
- OpenApi::Validatable
Defined in:
plaid/models/signal_evaluate_core_attributes.crConstructors
- .new(pull : JSON::PullParser)
-
.new(*, unauthorized_transactions_count_7d : Int32 | Nil = nil, unauthorized_transactions_count_30d : Int32 | Nil = nil, unauthorized_transactions_count_60d : Int32 | Nil = nil, unauthorized_transactions_count_90d : Int32 | Nil = nil, nsf_overdraft_transactions_count_7d : Int32 | Nil = nil, nsf_overdraft_transactions_count_30d : Int32 | Nil = nil, nsf_overdraft_transactions_count_60d : Int32 | Nil = nil, nsf_overdraft_transactions_count_90d : Int32 | Nil = nil, days_since_first_plaid_connection : Int32 | Nil = nil, plaid_connections_count_7d : Int32 | Nil = nil, plaid_connections_count_30d : Int32 | Nil = nil, total_plaid_connections_count : Int32 | Nil = nil, is_savings_or_money_market_account : Bool | Nil = nil, total_credit_transactions_amount_10d : Float64 | Nil = nil, total_debit_transactions_amount_10d : Float64 | Nil = nil, p50_credit_transactions_amount_28d : Float64 | Nil = nil, p50_debit_transactions_amount_28d : Float64 | Nil = nil, p95_credit_transactions_amount_28d : Float64 | Nil = nil, p95_debit_transactions_amount_28d : Float64 | Nil = nil, days_with_negative_balance_count_90d : Int32 | Nil = nil, p90_eod_balance_30d : Float64 | Nil = nil, p90_eod_balance_60d : Float64 | Nil = nil, p90_eod_balance_90d : Float64 | Nil = nil, p10_eod_balance_30d : Float64 | Nil = nil, p10_eod_balance_60d : Float64 | Nil = nil, p10_eod_balance_90d : Float64 | Nil = nil, available_balance : Float64 | Nil = nil, current_balance : Float64 | Nil = nil, balance_last_updated : Time | Nil = nil, phone_change_count_28d : Int32 | Nil = nil, phone_change_count_90d : Int32 | Nil = nil, email_change_count_28d : Int32 | Nil = nil, email_change_count_90d : Int32 | Nil = nil, address_change_count_28d : Int32 | Nil = nil, address_change_count_90d : Int32 | Nil = nil, plaid_non_oauth_authentication_attempts_count_3d : Int32 | Nil = nil, plaid_non_oauth_authentication_attempts_count_7d : Int32 | Nil = nil, plaid_non_oauth_authentication_attempts_count_30d : Int32 | Nil = nil, failed_plaid_non_oauth_authentication_attempts_count_3d : Int32 | Nil = nil, failed_plaid_non_oauth_authentication_attempts_count_7d : Int32 | Nil = nil, failed_plaid_non_oauth_authentication_attempts_count_30d : Int32 | Nil = nil, debit_transactions_count_10d : Int32 | Nil = nil, credit_transactions_count_10d : Int32 | Nil = nil, debit_transactions_count_30d : Int32 | Nil = nil, credit_transactions_count_30d : Int32 | Nil = nil, debit_transactions_count_60d : Int32 | Nil = nil, credit_transactions_count_60d : Int32 | Nil = nil, debit_transactions_count_90d : Int32 | Nil = nil, credit_transactions_count_90d : Int32 | Nil = nil, total_debit_transactions_amount_30d : Float64 | Nil = nil, total_credit_transactions_amount_30d : Float64 | Nil = nil, total_debit_transactions_amount_60d : Float64 | Nil = nil, total_credit_transactions_amount_60d : Float64 | Nil = nil, total_debit_transactions_amount_90d : Float64 | Nil = nil, total_credit_transactions_amount_90d : Float64 | Nil = nil, p50_eod_balance_30d : Float64 | Nil = nil, p50_eod_balance_60d : Float64 | Nil = nil, p50_eod_balance_90d : Float64 | Nil = nil, p50_eod_balance_31d_to_60d : Float64 | Nil = nil, p50_eod_balance_61d_to_90d : Float64 | Nil = nil, p90_eod_balance_31d_to_60d : Float64 | Nil = nil, p90_eod_balance_61d_to_90d : Float64 | Nil = nil, p10_eod_balance_31d_to_60d : Float64 | Nil = nil, p10_eod_balance_61d_to_90d : Float64 | Nil = nil, transactions_last_updated : Time | Nil = nil)
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Summary
-
#==(other : self)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #address_change_count_28d : Int32 | Nil
-
#address_change_count_28d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #address_change_count_28d_present=(address_change_count_28d_present : Bool)
- #address_change_count_28d_present? : Bool
- #address_change_count_90d : Int32 | Nil
-
#address_change_count_90d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #address_change_count_90d_present=(address_change_count_90d_present : Bool)
- #address_change_count_90d_present? : Bool
- #available_balance : Float64 | Nil
-
#available_balance=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #available_balance_present=(available_balance_present : Bool)
- #available_balance_present? : Bool
- #balance_last_updated : Time | Nil
-
#balance_last_updated=(new_value : Time | Nil)
Custom attribute writer method checking allowed values (enum).
- #balance_last_updated_present=(balance_last_updated_present : Bool)
- #balance_last_updated_present? : Bool
- #credit_transactions_count_10d : Int32 | Nil
-
#credit_transactions_count_10d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #credit_transactions_count_10d_present=(credit_transactions_count_10d_present : Bool)
- #credit_transactions_count_10d_present? : Bool
- #credit_transactions_count_30d : Int32 | Nil
-
#credit_transactions_count_30d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #credit_transactions_count_30d_present=(credit_transactions_count_30d_present : Bool)
- #credit_transactions_count_30d_present? : Bool
- #credit_transactions_count_60d : Int32 | Nil
-
#credit_transactions_count_60d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #credit_transactions_count_60d_present=(credit_transactions_count_60d_present : Bool)
- #credit_transactions_count_60d_present? : Bool
- #credit_transactions_count_90d : Int32 | Nil
-
#credit_transactions_count_90d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #credit_transactions_count_90d_present=(credit_transactions_count_90d_present : Bool)
- #credit_transactions_count_90d_present? : Bool
- #current_balance : Float64 | Nil
-
#current_balance=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #current_balance_present=(current_balance_present : Bool)
- #current_balance_present? : Bool
- #days_since_first_plaid_connection : Int32 | Nil
-
#days_since_first_plaid_connection=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #days_since_first_plaid_connection_present=(days_since_first_plaid_connection_present : Bool)
- #days_since_first_plaid_connection_present? : Bool
- #days_with_negative_balance_count_90d : Int32 | Nil
-
#days_with_negative_balance_count_90d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #days_with_negative_balance_count_90d_present=(days_with_negative_balance_count_90d_present : Bool)
- #days_with_negative_balance_count_90d_present? : Bool
- #debit_transactions_count_10d : Int32 | Nil
-
#debit_transactions_count_10d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #debit_transactions_count_10d_present=(debit_transactions_count_10d_present : Bool)
- #debit_transactions_count_10d_present? : Bool
- #debit_transactions_count_30d : Int32 | Nil
-
#debit_transactions_count_30d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #debit_transactions_count_30d_present=(debit_transactions_count_30d_present : Bool)
- #debit_transactions_count_30d_present? : Bool
- #debit_transactions_count_60d : Int32 | Nil
-
#debit_transactions_count_60d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #debit_transactions_count_60d_present=(debit_transactions_count_60d_present : Bool)
- #debit_transactions_count_60d_present? : Bool
- #debit_transactions_count_90d : Int32 | Nil
-
#debit_transactions_count_90d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #debit_transactions_count_90d_present=(debit_transactions_count_90d_present : Bool)
- #debit_transactions_count_90d_present? : Bool
- #email_change_count_28d : Int32 | Nil
-
#email_change_count_28d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #email_change_count_28d_present=(email_change_count_28d_present : Bool)
- #email_change_count_28d_present? : Bool
- #email_change_count_90d : Int32 | Nil
-
#email_change_count_90d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #email_change_count_90d_present=(email_change_count_90d_present : Bool)
- #email_change_count_90d_present? : Bool
- #failed_plaid_non_oauth_authentication_attempts_count_30d : Int32 | Nil
-
#failed_plaid_non_oauth_authentication_attempts_count_30d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #failed_plaid_non_oauth_authentication_attempts_count_30d_present=(failed_plaid_non_oauth_authentication_attempts_count_30d_present : Bool)
- #failed_plaid_non_oauth_authentication_attempts_count_30d_present? : Bool
- #failed_plaid_non_oauth_authentication_attempts_count_3d : Int32 | Nil
-
#failed_plaid_non_oauth_authentication_attempts_count_3d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #failed_plaid_non_oauth_authentication_attempts_count_3d_present=(failed_plaid_non_oauth_authentication_attempts_count_3d_present : Bool)
- #failed_plaid_non_oauth_authentication_attempts_count_3d_present? : Bool
- #failed_plaid_non_oauth_authentication_attempts_count_7d : Int32 | Nil
-
#failed_plaid_non_oauth_authentication_attempts_count_7d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #failed_plaid_non_oauth_authentication_attempts_count_7d_present=(failed_plaid_non_oauth_authentication_attempts_count_7d_present : Bool)
- #failed_plaid_non_oauth_authentication_attempts_count_7d_present? : Bool
-
#hash(hasher)
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes.
- #is_savings_or_money_market_account : Bool | Nil
-
#is_savings_or_money_market_account=(new_value : Bool | Nil)
Custom attribute writer method checking allowed values (enum).
- #is_savings_or_money_market_account_present=(is_savings_or_money_market_account_present : Bool)
- #is_savings_or_money_market_account_present? : Bool
-
#list_invalid_properties : Array(String)
Show invalid properties with the reasons.
- #nsf_overdraft_transactions_count_30d : Int32 | Nil
-
#nsf_overdraft_transactions_count_30d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #nsf_overdraft_transactions_count_30d_present=(nsf_overdraft_transactions_count_30d_present : Bool)
- #nsf_overdraft_transactions_count_30d_present? : Bool
- #nsf_overdraft_transactions_count_60d : Int32 | Nil
-
#nsf_overdraft_transactions_count_60d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #nsf_overdraft_transactions_count_60d_present=(nsf_overdraft_transactions_count_60d_present : Bool)
- #nsf_overdraft_transactions_count_60d_present? : Bool
- #nsf_overdraft_transactions_count_7d : Int32 | Nil
-
#nsf_overdraft_transactions_count_7d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #nsf_overdraft_transactions_count_7d_present=(nsf_overdraft_transactions_count_7d_present : Bool)
- #nsf_overdraft_transactions_count_7d_present? : Bool
- #nsf_overdraft_transactions_count_90d : Int32 | Nil
-
#nsf_overdraft_transactions_count_90d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #nsf_overdraft_transactions_count_90d_present=(nsf_overdraft_transactions_count_90d_present : Bool)
- #nsf_overdraft_transactions_count_90d_present? : Bool
- #p10_eod_balance_30d : Float64 | Nil
-
#p10_eod_balance_30d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p10_eod_balance_30d_present=(p10_eod_balance_30d_present : Bool)
- #p10_eod_balance_30d_present? : Bool
- #p10_eod_balance_31d_to_60d : Float64 | Nil
-
#p10_eod_balance_31d_to_60d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p10_eod_balance_31d_to_60d_present=(p10_eod_balance_31d_to_60d_present : Bool)
- #p10_eod_balance_31d_to_60d_present? : Bool
- #p10_eod_balance_60d : Float64 | Nil
-
#p10_eod_balance_60d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p10_eod_balance_60d_present=(p10_eod_balance_60d_present : Bool)
- #p10_eod_balance_60d_present? : Bool
- #p10_eod_balance_61d_to_90d : Float64 | Nil
-
#p10_eod_balance_61d_to_90d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p10_eod_balance_61d_to_90d_present=(p10_eod_balance_61d_to_90d_present : Bool)
- #p10_eod_balance_61d_to_90d_present? : Bool
- #p10_eod_balance_90d : Float64 | Nil
-
#p10_eod_balance_90d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p10_eod_balance_90d_present=(p10_eod_balance_90d_present : Bool)
- #p10_eod_balance_90d_present? : Bool
- #p50_credit_transactions_amount_28d : Float64 | Nil
-
#p50_credit_transactions_amount_28d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p50_credit_transactions_amount_28d_present=(p50_credit_transactions_amount_28d_present : Bool)
- #p50_credit_transactions_amount_28d_present? : Bool
- #p50_debit_transactions_amount_28d : Float64 | Nil
-
#p50_debit_transactions_amount_28d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p50_debit_transactions_amount_28d_present=(p50_debit_transactions_amount_28d_present : Bool)
- #p50_debit_transactions_amount_28d_present? : Bool
- #p50_eod_balance_30d : Float64 | Nil
-
#p50_eod_balance_30d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p50_eod_balance_30d_present=(p50_eod_balance_30d_present : Bool)
- #p50_eod_balance_30d_present? : Bool
- #p50_eod_balance_31d_to_60d : Float64 | Nil
-
#p50_eod_balance_31d_to_60d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p50_eod_balance_31d_to_60d_present=(p50_eod_balance_31d_to_60d_present : Bool)
- #p50_eod_balance_31d_to_60d_present? : Bool
- #p50_eod_balance_60d : Float64 | Nil
-
#p50_eod_balance_60d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p50_eod_balance_60d_present=(p50_eod_balance_60d_present : Bool)
- #p50_eod_balance_60d_present? : Bool
- #p50_eod_balance_61d_to_90d : Float64 | Nil
-
#p50_eod_balance_61d_to_90d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p50_eod_balance_61d_to_90d_present=(p50_eod_balance_61d_to_90d_present : Bool)
- #p50_eod_balance_61d_to_90d_present? : Bool
- #p50_eod_balance_90d : Float64 | Nil
-
#p50_eod_balance_90d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p50_eod_balance_90d_present=(p50_eod_balance_90d_present : Bool)
- #p50_eod_balance_90d_present? : Bool
- #p90_eod_balance_30d : Float64 | Nil
-
#p90_eod_balance_30d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p90_eod_balance_30d_present=(p90_eod_balance_30d_present : Bool)
- #p90_eod_balance_30d_present? : Bool
- #p90_eod_balance_31d_to_60d : Float64 | Nil
-
#p90_eod_balance_31d_to_60d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p90_eod_balance_31d_to_60d_present=(p90_eod_balance_31d_to_60d_present : Bool)
- #p90_eod_balance_31d_to_60d_present? : Bool
- #p90_eod_balance_60d : Float64 | Nil
-
#p90_eod_balance_60d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p90_eod_balance_60d_present=(p90_eod_balance_60d_present : Bool)
- #p90_eod_balance_60d_present? : Bool
- #p90_eod_balance_61d_to_90d : Float64 | Nil
-
#p90_eod_balance_61d_to_90d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p90_eod_balance_61d_to_90d_present=(p90_eod_balance_61d_to_90d_present : Bool)
- #p90_eod_balance_61d_to_90d_present? : Bool
- #p90_eod_balance_90d : Float64 | Nil
-
#p90_eod_balance_90d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p90_eod_balance_90d_present=(p90_eod_balance_90d_present : Bool)
- #p90_eod_balance_90d_present? : Bool
- #p95_credit_transactions_amount_28d : Float64 | Nil
-
#p95_credit_transactions_amount_28d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p95_credit_transactions_amount_28d_present=(p95_credit_transactions_amount_28d_present : Bool)
- #p95_credit_transactions_amount_28d_present? : Bool
- #p95_debit_transactions_amount_28d : Float64 | Nil
-
#p95_debit_transactions_amount_28d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #p95_debit_transactions_amount_28d_present=(p95_debit_transactions_amount_28d_present : Bool)
- #p95_debit_transactions_amount_28d_present? : Bool
- #phone_change_count_28d : Int32 | Nil
-
#phone_change_count_28d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #phone_change_count_28d_present=(phone_change_count_28d_present : Bool)
- #phone_change_count_28d_present? : Bool
- #phone_change_count_90d : Int32 | Nil
-
#phone_change_count_90d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #phone_change_count_90d_present=(phone_change_count_90d_present : Bool)
- #phone_change_count_90d_present? : Bool
- #plaid_connections_count_30d : Int32 | Nil
-
#plaid_connections_count_30d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #plaid_connections_count_30d_present=(plaid_connections_count_30d_present : Bool)
- #plaid_connections_count_30d_present? : Bool
- #plaid_connections_count_7d : Int32 | Nil
-
#plaid_connections_count_7d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #plaid_connections_count_7d_present=(plaid_connections_count_7d_present : Bool)
- #plaid_connections_count_7d_present? : Bool
- #plaid_non_oauth_authentication_attempts_count_30d : Int32 | Nil
-
#plaid_non_oauth_authentication_attempts_count_30d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #plaid_non_oauth_authentication_attempts_count_30d_present=(plaid_non_oauth_authentication_attempts_count_30d_present : Bool)
- #plaid_non_oauth_authentication_attempts_count_30d_present? : Bool
- #plaid_non_oauth_authentication_attempts_count_3d : Int32 | Nil
-
#plaid_non_oauth_authentication_attempts_count_3d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #plaid_non_oauth_authentication_attempts_count_3d_present=(plaid_non_oauth_authentication_attempts_count_3d_present : Bool)
- #plaid_non_oauth_authentication_attempts_count_3d_present? : Bool
- #plaid_non_oauth_authentication_attempts_count_7d : Int32 | Nil
-
#plaid_non_oauth_authentication_attempts_count_7d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #plaid_non_oauth_authentication_attempts_count_7d_present=(plaid_non_oauth_authentication_attempts_count_7d_present : Bool)
- #plaid_non_oauth_authentication_attempts_count_7d_present? : Bool
- #total_credit_transactions_amount_10d : Float64 | Nil
-
#total_credit_transactions_amount_10d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_credit_transactions_amount_10d_present=(total_credit_transactions_amount_10d_present : Bool)
- #total_credit_transactions_amount_10d_present? : Bool
- #total_credit_transactions_amount_30d : Float64 | Nil
-
#total_credit_transactions_amount_30d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_credit_transactions_amount_30d_present=(total_credit_transactions_amount_30d_present : Bool)
- #total_credit_transactions_amount_30d_present? : Bool
- #total_credit_transactions_amount_60d : Float64 | Nil
-
#total_credit_transactions_amount_60d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_credit_transactions_amount_60d_present=(total_credit_transactions_amount_60d_present : Bool)
- #total_credit_transactions_amount_60d_present? : Bool
- #total_credit_transactions_amount_90d : Float64 | Nil
-
#total_credit_transactions_amount_90d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_credit_transactions_amount_90d_present=(total_credit_transactions_amount_90d_present : Bool)
- #total_credit_transactions_amount_90d_present? : Bool
- #total_debit_transactions_amount_10d : Float64 | Nil
-
#total_debit_transactions_amount_10d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_debit_transactions_amount_10d_present=(total_debit_transactions_amount_10d_present : Bool)
- #total_debit_transactions_amount_10d_present? : Bool
- #total_debit_transactions_amount_30d : Float64 | Nil
-
#total_debit_transactions_amount_30d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_debit_transactions_amount_30d_present=(total_debit_transactions_amount_30d_present : Bool)
- #total_debit_transactions_amount_30d_present? : Bool
- #total_debit_transactions_amount_60d : Float64 | Nil
-
#total_debit_transactions_amount_60d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_debit_transactions_amount_60d_present=(total_debit_transactions_amount_60d_present : Bool)
- #total_debit_transactions_amount_60d_present? : Bool
- #total_debit_transactions_amount_90d : Float64 | Nil
-
#total_debit_transactions_amount_90d=(new_value : Float64 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_debit_transactions_amount_90d_present=(total_debit_transactions_amount_90d_present : Bool)
- #total_debit_transactions_amount_90d_present? : Bool
- #total_plaid_connections_count : Int32 | Nil
-
#total_plaid_connections_count=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #total_plaid_connections_count_present=(total_plaid_connections_count_present : Bool)
- #total_plaid_connections_count_present? : Bool
- #transactions_last_updated : Time | Nil
-
#transactions_last_updated=(new_value : Time | Nil)
Custom attribute writer method checking allowed values (enum).
- #transactions_last_updated_present=(transactions_last_updated_present : Bool)
- #transactions_last_updated_present? : Bool
- #unauthorized_transactions_count_30d : Int32 | Nil
-
#unauthorized_transactions_count_30d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #unauthorized_transactions_count_30d_present=(unauthorized_transactions_count_30d_present : Bool)
- #unauthorized_transactions_count_30d_present? : Bool
- #unauthorized_transactions_count_60d : Int32 | Nil
-
#unauthorized_transactions_count_60d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #unauthorized_transactions_count_60d_present=(unauthorized_transactions_count_60d_present : Bool)
- #unauthorized_transactions_count_60d_present? : Bool
- #unauthorized_transactions_count_7d : Int32 | Nil
-
#unauthorized_transactions_count_7d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #unauthorized_transactions_count_7d_present=(unauthorized_transactions_count_7d_present : Bool)
- #unauthorized_transactions_count_7d_present? : Bool
- #unauthorized_transactions_count_90d : Int32 | Nil
-
#unauthorized_transactions_count_90d=(new_value : Int32 | Nil)
Custom attribute writer method checking allowed values (enum).
- #unauthorized_transactions_count_90d_present=(unauthorized_transactions_count_90d_present : Bool)
- #unauthorized_transactions_count_90d_present? : Bool
-
#valid? : Bool
Check to see if the all the properties in the model are valid @return true if the model is valid
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
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance Method Detail
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] address_change_count_28d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] address_change_count_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] available_balance Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] balance_last_updated Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] credit_transactions_count_10d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] credit_transactions_count_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] credit_transactions_count_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] credit_transactions_count_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] current_balance Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] days_since_first_plaid_connection Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] days_with_negative_balance_count_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] debit_transactions_count_10d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] debit_transactions_count_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] debit_transactions_count_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] debit_transactions_count_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] email_change_count_28d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] email_change_count_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] failed_plaid_non_oauth_authentication_attempts_count_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] failed_plaid_non_oauth_authentication_attempts_count_3d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] failed_plaid_non_oauth_authentication_attempts_count_7d 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
Custom attribute writer method checking allowed values (enum). @param [Object] is_savings_or_money_market_account 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] nsf_overdraft_transactions_count_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] nsf_overdraft_transactions_count_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] nsf_overdraft_transactions_count_7d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] nsf_overdraft_transactions_count_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p10_eod_balance_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p10_eod_balance_31d_to_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p10_eod_balance_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p10_eod_balance_61d_to_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p10_eod_balance_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p50_credit_transactions_amount_28d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p50_debit_transactions_amount_28d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p50_eod_balance_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p50_eod_balance_31d_to_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p50_eod_balance_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p50_eod_balance_61d_to_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p50_eod_balance_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p90_eod_balance_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p90_eod_balance_31d_to_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p90_eod_balance_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p90_eod_balance_61d_to_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p90_eod_balance_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p95_credit_transactions_amount_28d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] p95_debit_transactions_amount_28d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] phone_change_count_28d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] phone_change_count_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] plaid_connections_count_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] plaid_connections_count_7d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] plaid_non_oauth_authentication_attempts_count_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] plaid_non_oauth_authentication_attempts_count_3d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] plaid_non_oauth_authentication_attempts_count_7d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_credit_transactions_amount_10d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_credit_transactions_amount_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_credit_transactions_amount_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_credit_transactions_amount_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_debit_transactions_amount_10d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_debit_transactions_amount_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_debit_transactions_amount_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_debit_transactions_amount_90d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] total_plaid_connections_count Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] transactions_last_updated Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] unauthorized_transactions_count_30d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] unauthorized_transactions_count_60d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] unauthorized_transactions_count_7d Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] unauthorized_transactions_count_90d Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid