class

Plaid::SignalEvaluateCoreAttributes

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

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

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
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

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

address_change_count_28d

The number of times the account's addresses on file have changed over the past 28 days

Source
address_change_count_28d=(new_value : Int32 | Nil)

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

Source
address_change_count_28d_present=(address_change_count_28d_present : Bool)
Source
address_change_count_28d_present?
Source
address_change_count_90d

The number of times the account's addresses on file have changed over the past 90 days

Source
address_change_count_90d=(new_value : Int32 | Nil)

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

Source
address_change_count_90d_present=(address_change_count_90d_present : Bool)
Source
address_change_count_90d_present?
Source
available_balance

Available balance, as of the balance_last_updated time. The available balance is the current balance less any outstanding holds or debits that have not yet posted to the account.

Source
available_balance=(new_value : Float64 | Nil)

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

Source
available_balance_present=(available_balance_present : Bool)
Source
available_balance_present?
Source
balance_last_updated

Timestamp in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ) indicating the last time that the balance for the given account has been updated.

Source
balance_last_updated=(new_value : Time | Nil)

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

Source
balance_last_updated_present=(balance_last_updated_present : Bool)
Source
balance_last_updated_present?
Source
credit_transactions_count_10d

The total number of credit (inflow) transactions over the past 10 days from the account that will be debited

Source
credit_transactions_count_10d=(new_value : Int32 | Nil)

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

Source
credit_transactions_count_10d_present=(credit_transactions_count_10d_present : Bool)
Source
credit_transactions_count_10d_present?
Source
credit_transactions_count_30d

The total number of credit (inflow) transactions over the past 30 days from the account that will be debited

Source
credit_transactions_count_30d=(new_value : Int32 | Nil)

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

Source
credit_transactions_count_30d_present=(credit_transactions_count_30d_present : Bool)
Source
credit_transactions_count_30d_present?
Source
credit_transactions_count_60d

The total number of credit (inflow) transactions over the past 60 days from the account that will be debited

Source
credit_transactions_count_60d=(new_value : Int32 | Nil)

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

Source
credit_transactions_count_60d_present=(credit_transactions_count_60d_present : Bool)
Source
credit_transactions_count_60d_present?
Source
credit_transactions_count_90d

The total number of credit (inflow) transactions over the past 90 days from the account that will be debited

Source
credit_transactions_count_90d=(new_value : Int32 | Nil)

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

Source
credit_transactions_count_90d_present=(credit_transactions_count_90d_present : Bool)
Source
credit_transactions_count_90d_present?
Source
current_balance

Current balance, as of the balance_last_updated time. The current balance is the total amount of funds in the account.

Source
current_balance=(new_value : Float64 | Nil)

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

Source
current_balance_present=(current_balance_present : Bool)
Source
current_balance_present?
Source
days_since_first_plaid_connection

The number of days since the first time the Item was connected to an application via Plaid

Source
days_since_first_plaid_connection=(new_value : Int32 | Nil)

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

Source
days_since_first_plaid_connection_present=(days_since_first_plaid_connection_present : Bool)
Source
days_since_first_plaid_connection_present?
Source
days_with_negative_balance_count_90d

The number of days within the past 90 days when the account that will be debited had a negative end-of-day available balance

Source
days_with_negative_balance_count_90d=(new_value : Int32 | Nil)

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

Source
days_with_negative_balance_count_90d_present=(days_with_negative_balance_count_90d_present : Bool)
Source
days_with_negative_balance_count_90d_present?
Source
debit_transactions_count_10d

The total number of debit (outflow) transactions over the past 10 days from the account that will be debited

Source
debit_transactions_count_10d=(new_value : Int32 | Nil)

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

Source
debit_transactions_count_10d_present=(debit_transactions_count_10d_present : Bool)
Source
debit_transactions_count_10d_present?
Source
debit_transactions_count_30d

The total number of debit (outflow) transactions over the past 30 days from the account that will be debited

Source
debit_transactions_count_30d=(new_value : Int32 | Nil)

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

Source
debit_transactions_count_30d_present=(debit_transactions_count_30d_present : Bool)
Source
debit_transactions_count_30d_present?
Source
debit_transactions_count_60d

The total number of debit (outflow) transactions over the past 60 days from the account that will be debited

Source
debit_transactions_count_60d=(new_value : Int32 | Nil)

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

Source
debit_transactions_count_60d_present=(debit_transactions_count_60d_present : Bool)
Source
debit_transactions_count_60d_present?
Source
debit_transactions_count_90d

The total number of debit (outflow) transactions over the past 90 days from the account that will be debited

Source
debit_transactions_count_90d=(new_value : Int32 | Nil)

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

Source
debit_transactions_count_90d_present=(debit_transactions_count_90d_present : Bool)
Source
debit_transactions_count_90d_present?
Source
email_change_count_28d

The number of times the account's email addresses on file have changed over the past 28 days

Source
email_change_count_28d=(new_value : Int32 | Nil)

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

Source
email_change_count_28d_present=(email_change_count_28d_present : Bool)
Source
email_change_count_28d_present?
Source
email_change_count_90d

The number of times the account's email addresses on file have changed over the past 90 days

Source
email_change_count_90d=(new_value : Int32 | Nil)

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

Source
email_change_count_90d_present=(email_change_count_90d_present : Bool)
Source
email_change_count_90d_present?
Source
failed_plaid_non_oauth_authentication_attempts_count_30d

The number of failed non-OAuth authentication attempts via Plaid for this bank account over the past 30 days

Source
failed_plaid_non_oauth_authentication_attempts_count_30d=(new_value : Int32 | Nil)

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

Source
failed_plaid_non_oauth_authentication_attempts_count_30d_present=(failed_plaid_non_oauth_authentication_attempts_count_30d_present : Bool)
Source
failed_plaid_non_oauth_authentication_attempts_count_30d_present?
Source
failed_plaid_non_oauth_authentication_attempts_count_3d

The number of failed non-OAuth authentication attempts via Plaid for this bank account over the past 3 days

Source
failed_plaid_non_oauth_authentication_attempts_count_3d=(new_value : Int32 | Nil)

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

Source
failed_plaid_non_oauth_authentication_attempts_count_3d_present=(failed_plaid_non_oauth_authentication_attempts_count_3d_present : Bool)
Source
failed_plaid_non_oauth_authentication_attempts_count_3d_present?
Source
failed_plaid_non_oauth_authentication_attempts_count_7d

The number of failed non-OAuth authentication attempts via Plaid for this bank account over the past 7 days

Source
failed_plaid_non_oauth_authentication_attempts_count_7d=(new_value : Int32 | Nil)

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

Source
failed_plaid_non_oauth_authentication_attempts_count_7d_present=(failed_plaid_non_oauth_authentication_attempts_count_7d_present : Bool)
Source
failed_plaid_non_oauth_authentication_attempts_count_7d_present?
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

is_savings_or_money_market_account

Indicates if the ACH transaction funding account is a savings/money market account

Source
is_savings_or_money_market_account=(new_value : Bool | Nil)

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

Source
is_savings_or_money_market_account_present=(is_savings_or_money_market_account_present : Bool)
Source
is_savings_or_money_market_account_present?
Source
list_invalid_properties

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

Source
nsf_overdraft_transactions_count_30d

We parse and analyze historical transaction metadata to identify the number of possible past returns due to non-sufficient funds/overdrafts over the past 30 days from the account that will be debited.

Source
nsf_overdraft_transactions_count_30d=(new_value : Int32 | Nil)

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

Source
nsf_overdraft_transactions_count_30d_present=(nsf_overdraft_transactions_count_30d_present : Bool)
Source
nsf_overdraft_transactions_count_30d_present?
Source
nsf_overdraft_transactions_count_60d

We parse and analyze historical transaction metadata to identify the number of possible past returns due to non-sufficient funds/overdrafts over the past 60 days from the account that will be debited.

Source
nsf_overdraft_transactions_count_60d=(new_value : Int32 | Nil)

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

Source
nsf_overdraft_transactions_count_60d_present=(nsf_overdraft_transactions_count_60d_present : Bool)
Source
nsf_overdraft_transactions_count_60d_present?
Source
nsf_overdraft_transactions_count_7d

We parse and analyze historical transaction metadata to identify the number of possible past returns due to non-sufficient funds/overdrafts over the past 7 days from the account that will be debited.

Source
nsf_overdraft_transactions_count_7d=(new_value : Int32 | Nil)

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

Source
nsf_overdraft_transactions_count_7d_present=(nsf_overdraft_transactions_count_7d_present : Bool)
Source
nsf_overdraft_transactions_count_7d_present?
Source
nsf_overdraft_transactions_count_90d

We parse and analyze historical transaction metadata to identify the number of possible past returns due to non-sufficient funds/overdrafts over the past 90 days from the account that will be debited.

Source
nsf_overdraft_transactions_count_90d=(new_value : Int32 | Nil)

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

Source
nsf_overdraft_transactions_count_90d_present=(nsf_overdraft_transactions_count_90d_present : Bool)
Source
nsf_overdraft_transactions_count_90d_present?
Source
p10_eod_balance_30d

The 10th percentile of the end-of-day available balance over the past 30 days of the account that will be debited

Source
p10_eod_balance_30d=(new_value : Float64 | Nil)

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

Source
p10_eod_balance_30d_present=(p10_eod_balance_30d_present : Bool)
Source
p10_eod_balance_30d_present?
Source
p10_eod_balance_31d_to_60d

The 10th percentile of the end-of-day available balance between day 31 and day 60 over the past 60 days of the account that will be debited

Source
p10_eod_balance_31d_to_60d=(new_value : Float64 | Nil)

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

Source
p10_eod_balance_31d_to_60d_present=(p10_eod_balance_31d_to_60d_present : Bool)
Source
p10_eod_balance_31d_to_60d_present?
Source
p10_eod_balance_60d

The 10th percentile of the end-of-day available balance over the past 60 days of the account that will be debited

Source
p10_eod_balance_60d=(new_value : Float64 | Nil)

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

Source
p10_eod_balance_60d_present=(p10_eod_balance_60d_present : Bool)
Source
p10_eod_balance_60d_present?
Source
p10_eod_balance_61d_to_90d

The 10th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited

Source
p10_eod_balance_61d_to_90d=(new_value : Float64 | Nil)

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

Source
p10_eod_balance_61d_to_90d_present=(p10_eod_balance_61d_to_90d_present : Bool)
Source
p10_eod_balance_61d_to_90d_present?
Source
p10_eod_balance_90d

The 10th percentile of the end-of-day available balance over the past 90 days of the account that will be debited

Source
p10_eod_balance_90d=(new_value : Float64 | Nil)

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

Source
p10_eod_balance_90d_present=(p10_eod_balance_90d_present : Bool)
Source
p10_eod_balance_90d_present?
Source
p50_credit_transactions_amount_28d

The 50th percentile of all credit (inflow) transaction amounts over the past 28 days from the account that will be debited

Source
p50_credit_transactions_amount_28d=(new_value : Float64 | Nil)

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

Source
p50_credit_transactions_amount_28d_present=(p50_credit_transactions_amount_28d_present : Bool)
Source
p50_credit_transactions_amount_28d_present?
Source
p50_debit_transactions_amount_28d

The 50th percentile of all debit (outflow) transaction amounts over the past 28 days from the account that will be debited

Source
p50_debit_transactions_amount_28d=(new_value : Float64 | Nil)

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

Source
p50_debit_transactions_amount_28d_present=(p50_debit_transactions_amount_28d_present : Bool)
Source
p50_debit_transactions_amount_28d_present?
Source
p50_eod_balance_30d

The 50th percentile of the end-of-day available balance over the past 30 days of the account that will be debited

Source
p50_eod_balance_30d=(new_value : Float64 | Nil)

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

Source
p50_eod_balance_30d_present=(p50_eod_balance_30d_present : Bool)
Source
p50_eod_balance_30d_present?
Source
p50_eod_balance_31d_to_60d

The 50th percentile of the end-of-day available balance between day 31 and day 60 over the past 60 days of the account that will be debited

Source
p50_eod_balance_31d_to_60d=(new_value : Float64 | Nil)

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

Source
p50_eod_balance_31d_to_60d_present=(p50_eod_balance_31d_to_60d_present : Bool)
Source
p50_eod_balance_31d_to_60d_present?
Source
p50_eod_balance_60d

The 50th percentile of the end-of-day available balance over the past 60 days of the account that will be debited

Source
p50_eod_balance_60d=(new_value : Float64 | Nil)

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

Source
p50_eod_balance_60d_present=(p50_eod_balance_60d_present : Bool)
Source
p50_eod_balance_60d_present?
Source
p50_eod_balance_61d_to_90d

The 50th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited

Source
p50_eod_balance_61d_to_90d=(new_value : Float64 | Nil)

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

Source
p50_eod_balance_61d_to_90d_present=(p50_eod_balance_61d_to_90d_present : Bool)
Source
p50_eod_balance_61d_to_90d_present?
Source
p50_eod_balance_90d

The 50th percentile of the end-of-day available balance over the past 90 days of the account that will be debited

Source
p50_eod_balance_90d=(new_value : Float64 | Nil)

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

Source
p50_eod_balance_90d_present=(p50_eod_balance_90d_present : Bool)
Source
p50_eod_balance_90d_present?
Source
p90_eod_balance_30d

The 90th percentile of the end-of-day available balance over the past 30 days of the account that will be debited

Source
p90_eod_balance_30d=(new_value : Float64 | Nil)

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

Source
p90_eod_balance_30d_present=(p90_eod_balance_30d_present : Bool)
Source
p90_eod_balance_30d_present?
Source
p90_eod_balance_31d_to_60d

The 90th percentile of the end-of-day available balance between day 31 and day 60 over the past 60 days of the account that will be debited

Source
p90_eod_balance_31d_to_60d=(new_value : Float64 | Nil)

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

Source
p90_eod_balance_31d_to_60d_present=(p90_eod_balance_31d_to_60d_present : Bool)
Source
p90_eod_balance_31d_to_60d_present?
Source
p90_eod_balance_60d

The 90th percentile of the end-of-day available balance over the past 60 days of the account that will be debited

Source
p90_eod_balance_60d=(new_value : Float64 | Nil)

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

Source
p90_eod_balance_60d_present=(p90_eod_balance_60d_present : Bool)
Source
p90_eod_balance_60d_present?
Source
p90_eod_balance_61d_to_90d

The 90th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited

Source
p90_eod_balance_61d_to_90d=(new_value : Float64 | Nil)

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

Source
p90_eod_balance_61d_to_90d_present=(p90_eod_balance_61d_to_90d_present : Bool)
Source
p90_eod_balance_61d_to_90d_present?
Source
p90_eod_balance_90d

The 90th percentile of the end-of-day available balance over the past 90 days of the account that will be debited

Source
p90_eod_balance_90d=(new_value : Float64 | Nil)

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

Source
p90_eod_balance_90d_present=(p90_eod_balance_90d_present : Bool)
Source
p90_eod_balance_90d_present?
Source
p95_credit_transactions_amount_28d

The 95th percentile of all credit (inflow) transaction amounts over the past 28 days from the account that will be debited

Source
p95_credit_transactions_amount_28d=(new_value : Float64 | Nil)

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

Source
p95_credit_transactions_amount_28d_present=(p95_credit_transactions_amount_28d_present : Bool)
Source
p95_credit_transactions_amount_28d_present?
Source
p95_debit_transactions_amount_28d

The 95th percentile of all debit (outflow) transaction amounts over the past 28 days from the account that will be debited

Source
p95_debit_transactions_amount_28d=(new_value : Float64 | Nil)

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

Source
p95_debit_transactions_amount_28d_present=(p95_debit_transactions_amount_28d_present : Bool)
Source
p95_debit_transactions_amount_28d_present?
Source
phone_change_count_28d

The number of times the account's phone numbers on file have changed over the past 28 days

Source
phone_change_count_28d=(new_value : Int32 | Nil)

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

Source
phone_change_count_28d_present=(phone_change_count_28d_present : Bool)
Source
phone_change_count_28d_present?
Source
phone_change_count_90d

The number of times the account's phone numbers on file have changed over the past 90 days

Source
phone_change_count_90d=(new_value : Int32 | Nil)

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

Source
phone_change_count_90d_present=(phone_change_count_90d_present : Bool)
Source
phone_change_count_90d_present?
Source
plaid_connections_count_30d

The number of times the Item has been connected to applications via Plaid over the past 30 days

Source
plaid_connections_count_30d=(new_value : Int32 | Nil)

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

Source
plaid_connections_count_30d_present=(plaid_connections_count_30d_present : Bool)
Source
plaid_connections_count_30d_present?
Source
plaid_connections_count_7d

The number of times the Item has been connected to applications via Plaid over the past 7 days

Source
plaid_connections_count_7d=(new_value : Int32 | Nil)

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

Source
plaid_connections_count_7d_present=(plaid_connections_count_7d_present : Bool)
Source
plaid_connections_count_7d_present?
Source
plaid_non_oauth_authentication_attempts_count_30d

The number of non-OAuth authentication attempts via Plaid for this bank account over the past 30 days

Source
plaid_non_oauth_authentication_attempts_count_30d=(new_value : Int32 | Nil)

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

Source
plaid_non_oauth_authentication_attempts_count_30d_present=(plaid_non_oauth_authentication_attempts_count_30d_present : Bool)
Source
plaid_non_oauth_authentication_attempts_count_30d_present?
Source
plaid_non_oauth_authentication_attempts_count_3d

The number of non-OAuth authentication attempts via Plaid for this bank account over the past 3 days

Source
plaid_non_oauth_authentication_attempts_count_3d=(new_value : Int32 | Nil)

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

Source
plaid_non_oauth_authentication_attempts_count_3d_present=(plaid_non_oauth_authentication_attempts_count_3d_present : Bool)
Source
plaid_non_oauth_authentication_attempts_count_3d_present?
Source
plaid_non_oauth_authentication_attempts_count_7d

The number of non-OAuth authentication attempts via Plaid for this bank account over the past 7 days

Source
plaid_non_oauth_authentication_attempts_count_7d=(new_value : Int32 | Nil)

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

Source
plaid_non_oauth_authentication_attempts_count_7d_present=(plaid_non_oauth_authentication_attempts_count_7d_present : Bool)
Source
plaid_non_oauth_authentication_attempts_count_7d_present?
Source
total_credit_transactions_amount_10d

The total credit (inflow) transaction amount over the past 10 days from the account that will be debited

Source
total_credit_transactions_amount_10d=(new_value : Float64 | Nil)

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

Source
total_credit_transactions_amount_10d_present=(total_credit_transactions_amount_10d_present : Bool)
Source
total_credit_transactions_amount_10d_present?
Source
total_credit_transactions_amount_30d

The total credit (inflow) transaction amount over the past 30 days from the account that will be debited

Source
total_credit_transactions_amount_30d=(new_value : Float64 | Nil)

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

Source
total_credit_transactions_amount_30d_present=(total_credit_transactions_amount_30d_present : Bool)
Source
total_credit_transactions_amount_30d_present?
Source
total_credit_transactions_amount_60d

The total credit (inflow) transaction amount over the past 60 days from the account that will be debited

Source
total_credit_transactions_amount_60d=(new_value : Float64 | Nil)

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

Source
total_credit_transactions_amount_60d_present=(total_credit_transactions_amount_60d_present : Bool)
Source
total_credit_transactions_amount_60d_present?
Source
total_credit_transactions_amount_90d

The total credit (inflow) transaction amount over the past 90 days from the account that will be debited

Source
total_credit_transactions_amount_90d=(new_value : Float64 | Nil)

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

Source
total_credit_transactions_amount_90d_present=(total_credit_transactions_amount_90d_present : Bool)
Source
total_credit_transactions_amount_90d_present?
Source
total_debit_transactions_amount_10d

The total debit (outflow) transaction amount over the past 10 days from the account that will be debited

Source
total_debit_transactions_amount_10d=(new_value : Float64 | Nil)

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

Source
total_debit_transactions_amount_10d_present=(total_debit_transactions_amount_10d_present : Bool)
Source
total_debit_transactions_amount_10d_present?
Source
total_debit_transactions_amount_30d

The total debit (outflow) transaction amount over the past 30 days from the account that will be debited

Source
total_debit_transactions_amount_30d=(new_value : Float64 | Nil)

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

Source
total_debit_transactions_amount_30d_present=(total_debit_transactions_amount_30d_present : Bool)
Source
total_debit_transactions_amount_30d_present?
Source
total_debit_transactions_amount_60d

The total debit (outflow) transaction amount over the past 60 days from the account that will be debited

Source
total_debit_transactions_amount_60d=(new_value : Float64 | Nil)

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

Source
total_debit_transactions_amount_60d_present=(total_debit_transactions_amount_60d_present : Bool)
Source
total_debit_transactions_amount_60d_present?
Source
total_debit_transactions_amount_90d

The total debit (outflow) transaction amount over the past 90 days from the account that will be debited

Source
total_debit_transactions_amount_90d=(new_value : Float64 | Nil)

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

Source
total_debit_transactions_amount_90d_present=(total_debit_transactions_amount_90d_present : Bool)
Source
total_debit_transactions_amount_90d_present?
Source
total_plaid_connections_count

The total number of times the Item has been connected to applications via Plaid

Source
total_plaid_connections_count=(new_value : Int32 | Nil)

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

Source
total_plaid_connections_count_present=(total_plaid_connections_count_present : Bool)
Source
total_plaid_connections_count_present?
Source
transactions_last_updated

Timestamp in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ) indicating the last time that the transactions for the given account have been updated.

Source
transactions_last_updated=(new_value : Time | Nil)

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

Source
transactions_last_updated_present=(transactions_last_updated_present : Bool)
Source
transactions_last_updated_present?
Source
unauthorized_transactions_count_30d

We parse and analyze historical transaction metadata to identify the number of possible past returns due to unauthorized transactions over the past 30 days from the account that will be debited.

Source
unauthorized_transactions_count_30d=(new_value : Int32 | Nil)

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

Source
unauthorized_transactions_count_30d_present=(unauthorized_transactions_count_30d_present : Bool)
Source
unauthorized_transactions_count_30d_present?
Source
unauthorized_transactions_count_60d

We parse and analyze historical transaction metadata to identify the number of possible past returns due to unauthorized transactions over the past 60 days from the account that will be debited.

Source
unauthorized_transactions_count_60d=(new_value : Int32 | Nil)

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

Source
unauthorized_transactions_count_60d_present=(unauthorized_transactions_count_60d_present : Bool)
Source
unauthorized_transactions_count_60d_present?
Source
unauthorized_transactions_count_7d

We parse and analyze historical transaction metadata to identify the number of possible past returns due to unauthorized transactions over the past 7 days from the account that will be debited.

Source
unauthorized_transactions_count_7d=(new_value : Int32 | Nil)

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

Source
unauthorized_transactions_count_7d_present=(unauthorized_transactions_count_7d_present : Bool)
Source
unauthorized_transactions_count_7d_present?
Source
unauthorized_transactions_count_90d

We parse and analyze historical transaction metadata to identify the number of possible past returns due to unauthorized transactions over the past 90 days from the account that will be debited.

Source
unauthorized_transactions_count_90d=(new_value : Int32 | Nil)

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

Source
unauthorized_transactions_count_90d_present=(unauthorized_transactions_count_90d_present : Bool)
Source
unauthorized_transactions_count_90d_present?
Source
valid?

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

Source