class Plaid::SignalEvaluateCoreAttributes

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

Defined in:

plaid/models/signal_evaluate_core_attributes.cr

Constructors

Instance Method Summary

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

def self.new(pull : JSON::PullParser) #

[View source]
def self.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


[View source]

Instance Method Detail

def ==(other : self) #

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code


def address_change_count_28d : Int32 | Nil #

[View source]
def 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


[View source]
def address_change_count_28d_present=(address_change_count_28d_present : Bool) #

[View source]
def address_change_count_28d_present? : Bool #

[View source]
def address_change_count_90d : Int32 | Nil #

[View source]
def 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


[View source]
def address_change_count_90d_present=(address_change_count_90d_present : Bool) #

[View source]
def address_change_count_90d_present? : Bool #

[View source]
def available_balance : Float64 | Nil #

[View source]
def available_balance=(new_value : Float64 | Nil) #

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


[View source]
def available_balance_present=(available_balance_present : Bool) #

[View source]
def available_balance_present? : Bool #

[View source]
def balance_last_updated : Time | Nil #

[View source]
def balance_last_updated=(new_value : Time | Nil) #

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


[View source]
def balance_last_updated_present=(balance_last_updated_present : Bool) #

[View source]
def balance_last_updated_present? : Bool #

[View source]
def credit_transactions_count_10d : Int32 | Nil #

[View source]
def 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


[View source]
def credit_transactions_count_10d_present=(credit_transactions_count_10d_present : Bool) #

[View source]
def credit_transactions_count_10d_present? : Bool #

[View source]
def credit_transactions_count_30d : Int32 | Nil #

[View source]
def 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


[View source]
def credit_transactions_count_30d_present=(credit_transactions_count_30d_present : Bool) #

[View source]
def credit_transactions_count_30d_present? : Bool #

[View source]
def credit_transactions_count_60d : Int32 | Nil #

[View source]
def 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


[View source]
def credit_transactions_count_60d_present=(credit_transactions_count_60d_present : Bool) #

[View source]
def credit_transactions_count_60d_present? : Bool #

[View source]
def credit_transactions_count_90d : Int32 | Nil #

[View source]
def 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


[View source]
def credit_transactions_count_90d_present=(credit_transactions_count_90d_present : Bool) #

[View source]
def credit_transactions_count_90d_present? : Bool #

[View source]
def current_balance : Float64 | Nil #

[View source]
def current_balance=(new_value : Float64 | Nil) #

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


[View source]
def current_balance_present=(current_balance_present : Bool) #

[View source]
def current_balance_present? : Bool #

[View source]
def days_since_first_plaid_connection : Int32 | Nil #

[View source]
def 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


[View source]
def days_since_first_plaid_connection_present=(days_since_first_plaid_connection_present : Bool) #

[View source]
def days_since_first_plaid_connection_present? : Bool #

[View source]
def days_with_negative_balance_count_90d : Int32 | Nil #

[View source]
def 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


[View source]
def days_with_negative_balance_count_90d_present=(days_with_negative_balance_count_90d_present : Bool) #

[View source]
def days_with_negative_balance_count_90d_present? : Bool #

[View source]
def debit_transactions_count_10d : Int32 | Nil #

[View source]
def 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


[View source]
def debit_transactions_count_10d_present=(debit_transactions_count_10d_present : Bool) #

[View source]
def debit_transactions_count_10d_present? : Bool #

[View source]
def debit_transactions_count_30d : Int32 | Nil #

[View source]
def 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


[View source]
def debit_transactions_count_30d_present=(debit_transactions_count_30d_present : Bool) #

[View source]
def debit_transactions_count_30d_present? : Bool #

[View source]
def debit_transactions_count_60d : Int32 | Nil #

[View source]
def 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


[View source]
def debit_transactions_count_60d_present=(debit_transactions_count_60d_present : Bool) #

[View source]
def debit_transactions_count_60d_present? : Bool #

[View source]
def debit_transactions_count_90d : Int32 | Nil #

[View source]
def 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


[View source]
def debit_transactions_count_90d_present=(debit_transactions_count_90d_present : Bool) #

[View source]
def debit_transactions_count_90d_present? : Bool #

[View source]
def email_change_count_28d : Int32 | Nil #

[View source]
def 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


[View source]
def email_change_count_28d_present=(email_change_count_28d_present : Bool) #

[View source]
def email_change_count_28d_present? : Bool #

[View source]
def email_change_count_90d : Int32 | Nil #

[View source]
def 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


[View source]
def email_change_count_90d_present=(email_change_count_90d_present : Bool) #

[View source]
def email_change_count_90d_present? : Bool #

[View source]
def failed_plaid_non_oauth_authentication_attempts_count_30d : Int32 | Nil #

[View source]
def 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


[View source]
def failed_plaid_non_oauth_authentication_attempts_count_30d_present=(failed_plaid_non_oauth_authentication_attempts_count_30d_present : Bool) #

[View source]
def failed_plaid_non_oauth_authentication_attempts_count_30d_present? : Bool #

[View source]
def failed_plaid_non_oauth_authentication_attempts_count_3d : Int32 | Nil #

[View source]
def 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


[View source]
def failed_plaid_non_oauth_authentication_attempts_count_3d_present=(failed_plaid_non_oauth_authentication_attempts_count_3d_present : Bool) #

[View source]
def failed_plaid_non_oauth_authentication_attempts_count_3d_present? : Bool #

[View source]
def failed_plaid_non_oauth_authentication_attempts_count_7d : Int32 | Nil #

[View source]
def 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


[View source]
def failed_plaid_non_oauth_authentication_attempts_count_7d_present=(failed_plaid_non_oauth_authentication_attempts_count_7d_present : Bool) #

[View source]
def failed_plaid_non_oauth_authentication_attempts_count_7d_present? : Bool #

[View source]
def hash(hasher) #

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code


def is_savings_or_money_market_account : Bool | Nil #

[View source]
def 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


[View source]
def is_savings_or_money_market_account_present=(is_savings_or_money_market_account_present : Bool) #

[View source]
def is_savings_or_money_market_account_present? : Bool #

[View source]
def list_invalid_properties : Array(String) #

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


[View source]
def nsf_overdraft_transactions_count_30d : Int32 | Nil #

[View source]
def 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


[View source]
def nsf_overdraft_transactions_count_30d_present=(nsf_overdraft_transactions_count_30d_present : Bool) #

[View source]
def nsf_overdraft_transactions_count_30d_present? : Bool #

[View source]
def nsf_overdraft_transactions_count_60d : Int32 | Nil #

[View source]
def 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


[View source]
def nsf_overdraft_transactions_count_60d_present=(nsf_overdraft_transactions_count_60d_present : Bool) #

[View source]
def nsf_overdraft_transactions_count_60d_present? : Bool #

[View source]
def nsf_overdraft_transactions_count_7d : Int32 | Nil #

[View source]
def 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


[View source]
def nsf_overdraft_transactions_count_7d_present=(nsf_overdraft_transactions_count_7d_present : Bool) #

[View source]
def nsf_overdraft_transactions_count_7d_present? : Bool #

[View source]
def nsf_overdraft_transactions_count_90d : Int32 | Nil #

[View source]
def 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


[View source]
def nsf_overdraft_transactions_count_90d_present=(nsf_overdraft_transactions_count_90d_present : Bool) #

[View source]
def nsf_overdraft_transactions_count_90d_present? : Bool #

[View source]
def p10_eod_balance_30d : Float64 | Nil #

[View source]
def 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


[View source]
def p10_eod_balance_30d_present=(p10_eod_balance_30d_present : Bool) #

[View source]
def p10_eod_balance_30d_present? : Bool #

[View source]
def p10_eod_balance_31d_to_60d : Float64 | Nil #

[View source]
def 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


[View source]
def p10_eod_balance_31d_to_60d_present=(p10_eod_balance_31d_to_60d_present : Bool) #

[View source]
def p10_eod_balance_31d_to_60d_present? : Bool #

[View source]
def p10_eod_balance_60d : Float64 | Nil #

[View source]
def 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


[View source]
def p10_eod_balance_60d_present=(p10_eod_balance_60d_present : Bool) #

[View source]
def p10_eod_balance_60d_present? : Bool #

[View source]
def p10_eod_balance_61d_to_90d : Float64 | Nil #

[View source]
def 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


[View source]
def p10_eod_balance_61d_to_90d_present=(p10_eod_balance_61d_to_90d_present : Bool) #

[View source]
def p10_eod_balance_61d_to_90d_present? : Bool #

[View source]
def p10_eod_balance_90d : Float64 | Nil #

[View source]
def 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


[View source]
def p10_eod_balance_90d_present=(p10_eod_balance_90d_present : Bool) #

[View source]
def p10_eod_balance_90d_present? : Bool #

[View source]
def p50_credit_transactions_amount_28d : Float64 | Nil #

[View source]
def 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


[View source]
def p50_credit_transactions_amount_28d_present=(p50_credit_transactions_amount_28d_present : Bool) #

[View source]
def p50_credit_transactions_amount_28d_present? : Bool #

[View source]
def p50_debit_transactions_amount_28d : Float64 | Nil #

[View source]
def 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


[View source]
def p50_debit_transactions_amount_28d_present=(p50_debit_transactions_amount_28d_present : Bool) #

[View source]
def p50_debit_transactions_amount_28d_present? : Bool #

[View source]
def p50_eod_balance_30d : Float64 | Nil #

[View source]
def 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


[View source]
def p50_eod_balance_30d_present=(p50_eod_balance_30d_present : Bool) #

[View source]
def p50_eod_balance_30d_present? : Bool #

[View source]
def p50_eod_balance_31d_to_60d : Float64 | Nil #

[View source]
def 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


[View source]
def p50_eod_balance_31d_to_60d_present=(p50_eod_balance_31d_to_60d_present : Bool) #

[View source]
def p50_eod_balance_31d_to_60d_present? : Bool #

[View source]
def p50_eod_balance_60d : Float64 | Nil #

[View source]
def 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


[View source]
def p50_eod_balance_60d_present=(p50_eod_balance_60d_present : Bool) #

[View source]
def p50_eod_balance_60d_present? : Bool #

[View source]
def p50_eod_balance_61d_to_90d : Float64 | Nil #

[View source]
def 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


[View source]
def p50_eod_balance_61d_to_90d_present=(p50_eod_balance_61d_to_90d_present : Bool) #

[View source]
def p50_eod_balance_61d_to_90d_present? : Bool #

[View source]
def p50_eod_balance_90d : Float64 | Nil #

[View source]
def 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


[View source]
def p50_eod_balance_90d_present=(p50_eod_balance_90d_present : Bool) #

[View source]
def p50_eod_balance_90d_present? : Bool #

[View source]
def p90_eod_balance_30d : Float64 | Nil #

[View source]
def 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


[View source]
def p90_eod_balance_30d_present=(p90_eod_balance_30d_present : Bool) #

[View source]
def p90_eod_balance_30d_present? : Bool #

[View source]
def p90_eod_balance_31d_to_60d : Float64 | Nil #

[View source]
def 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


[View source]
def p90_eod_balance_31d_to_60d_present=(p90_eod_balance_31d_to_60d_present : Bool) #

[View source]
def p90_eod_balance_31d_to_60d_present? : Bool #

[View source]
def p90_eod_balance_60d : Float64 | Nil #

[View source]
def 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


[View source]
def p90_eod_balance_60d_present=(p90_eod_balance_60d_present : Bool) #

[View source]
def p90_eod_balance_60d_present? : Bool #

[View source]
def p90_eod_balance_61d_to_90d : Float64 | Nil #

[View source]
def 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


[View source]
def p90_eod_balance_61d_to_90d_present=(p90_eod_balance_61d_to_90d_present : Bool) #

[View source]
def p90_eod_balance_61d_to_90d_present? : Bool #

[View source]
def p90_eod_balance_90d : Float64 | Nil #

[View source]
def 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


[View source]
def p90_eod_balance_90d_present=(p90_eod_balance_90d_present : Bool) #

[View source]
def p90_eod_balance_90d_present? : Bool #

[View source]
def p95_credit_transactions_amount_28d : Float64 | Nil #

[View source]
def 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


[View source]
def p95_credit_transactions_amount_28d_present=(p95_credit_transactions_amount_28d_present : Bool) #

[View source]
def p95_credit_transactions_amount_28d_present? : Bool #

[View source]
def p95_debit_transactions_amount_28d : Float64 | Nil #

[View source]
def 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


[View source]
def p95_debit_transactions_amount_28d_present=(p95_debit_transactions_amount_28d_present : Bool) #

[View source]
def p95_debit_transactions_amount_28d_present? : Bool #

[View source]
def phone_change_count_28d : Int32 | Nil #

[View source]
def 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


[View source]
def phone_change_count_28d_present=(phone_change_count_28d_present : Bool) #

[View source]
def phone_change_count_28d_present? : Bool #

[View source]
def phone_change_count_90d : Int32 | Nil #

[View source]
def 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


[View source]
def phone_change_count_90d_present=(phone_change_count_90d_present : Bool) #

[View source]
def phone_change_count_90d_present? : Bool #

[View source]
def plaid_connections_count_30d : Int32 | Nil #

[View source]
def 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


[View source]
def plaid_connections_count_30d_present=(plaid_connections_count_30d_present : Bool) #

[View source]
def plaid_connections_count_30d_present? : Bool #

[View source]
def plaid_connections_count_7d : Int32 | Nil #

[View source]
def 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


[View source]
def plaid_connections_count_7d_present=(plaid_connections_count_7d_present : Bool) #

[View source]
def plaid_connections_count_7d_present? : Bool #

[View source]
def plaid_non_oauth_authentication_attempts_count_30d : Int32 | Nil #

[View source]
def 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


[View source]
def plaid_non_oauth_authentication_attempts_count_30d_present=(plaid_non_oauth_authentication_attempts_count_30d_present : Bool) #

[View source]
def plaid_non_oauth_authentication_attempts_count_30d_present? : Bool #

[View source]
def plaid_non_oauth_authentication_attempts_count_3d : Int32 | Nil #

[View source]
def 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


[View source]
def plaid_non_oauth_authentication_attempts_count_3d_present=(plaid_non_oauth_authentication_attempts_count_3d_present : Bool) #

[View source]
def plaid_non_oauth_authentication_attempts_count_3d_present? : Bool #

[View source]
def plaid_non_oauth_authentication_attempts_count_7d : Int32 | Nil #

[View source]
def 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


[View source]
def plaid_non_oauth_authentication_attempts_count_7d_present=(plaid_non_oauth_authentication_attempts_count_7d_present : Bool) #

[View source]
def plaid_non_oauth_authentication_attempts_count_7d_present? : Bool #

[View source]
def total_credit_transactions_amount_10d : Float64 | Nil #

[View source]
def 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


[View source]
def total_credit_transactions_amount_10d_present=(total_credit_transactions_amount_10d_present : Bool) #

[View source]
def total_credit_transactions_amount_10d_present? : Bool #

[View source]
def total_credit_transactions_amount_30d : Float64 | Nil #

[View source]
def 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


[View source]
def total_credit_transactions_amount_30d_present=(total_credit_transactions_amount_30d_present : Bool) #

[View source]
def total_credit_transactions_amount_30d_present? : Bool #

[View source]
def total_credit_transactions_amount_60d : Float64 | Nil #

[View source]
def 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


[View source]
def total_credit_transactions_amount_60d_present=(total_credit_transactions_amount_60d_present : Bool) #

[View source]
def total_credit_transactions_amount_60d_present? : Bool #

[View source]
def total_credit_transactions_amount_90d : Float64 | Nil #

[View source]
def 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


[View source]
def total_credit_transactions_amount_90d_present=(total_credit_transactions_amount_90d_present : Bool) #

[View source]
def total_credit_transactions_amount_90d_present? : Bool #

[View source]
def total_debit_transactions_amount_10d : Float64 | Nil #

[View source]
def 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


[View source]
def total_debit_transactions_amount_10d_present=(total_debit_transactions_amount_10d_present : Bool) #

[View source]
def total_debit_transactions_amount_10d_present? : Bool #

[View source]
def total_debit_transactions_amount_30d : Float64 | Nil #

[View source]
def 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


[View source]
def total_debit_transactions_amount_30d_present=(total_debit_transactions_amount_30d_present : Bool) #

[View source]
def total_debit_transactions_amount_30d_present? : Bool #

[View source]
def total_debit_transactions_amount_60d : Float64 | Nil #

[View source]
def 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


[View source]
def total_debit_transactions_amount_60d_present=(total_debit_transactions_amount_60d_present : Bool) #

[View source]
def total_debit_transactions_amount_60d_present? : Bool #

[View source]
def total_debit_transactions_amount_90d : Float64 | Nil #

[View source]
def 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


[View source]
def total_debit_transactions_amount_90d_present=(total_debit_transactions_amount_90d_present : Bool) #

[View source]
def total_debit_transactions_amount_90d_present? : Bool #

[View source]
def total_plaid_connections_count : Int32 | Nil #

[View source]
def 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


[View source]
def total_plaid_connections_count_present=(total_plaid_connections_count_present : Bool) #

[View source]
def total_plaid_connections_count_present? : Bool #

[View source]
def transactions_last_updated : Time | Nil #

[View source]
def transactions_last_updated=(new_value : Time | Nil) #

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


[View source]
def transactions_last_updated_present=(transactions_last_updated_present : Bool) #

[View source]
def transactions_last_updated_present? : Bool #

[View source]
def unauthorized_transactions_count_30d : Int32 | Nil #

[View source]
def 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


[View source]
def unauthorized_transactions_count_30d_present=(unauthorized_transactions_count_30d_present : Bool) #

[View source]
def unauthorized_transactions_count_30d_present? : Bool #

[View source]
def unauthorized_transactions_count_60d : Int32 | Nil #

[View source]
def 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


[View source]
def unauthorized_transactions_count_60d_present=(unauthorized_transactions_count_60d_present : Bool) #

[View source]
def unauthorized_transactions_count_60d_present? : Bool #

[View source]
def unauthorized_transactions_count_7d : Int32 | Nil #

[View source]
def 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


[View source]
def unauthorized_transactions_count_7d_present=(unauthorized_transactions_count_7d_present : Bool) #

[View source]
def unauthorized_transactions_count_7d_present? : Bool #

[View source]
def unauthorized_transactions_count_90d : Int32 | Nil #

[View source]
def 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


[View source]
def unauthorized_transactions_count_90d_present=(unauthorized_transactions_count_90d_present : Bool) #

[View source]
def unauthorized_transactions_count_90d_present? : Bool #

[View source]
def valid? : Bool #

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


[View source]