Class: Plaid::SignalEvaluateCoreAttributes

Inherits:
Object
  • Object
show all
Defined in:
lib/plaid/models/signal_evaluate_core_attributes.rb

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ SignalEvaluateCoreAttributes

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 524

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `Plaid::SignalEvaluateCoreAttributes` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `Plaid::SignalEvaluateCoreAttributes`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'unauthorized_transactions_count_7d')
    self.unauthorized_transactions_count_7d = attributes[:'unauthorized_transactions_count_7d']
  end

  if attributes.key?(:'unauthorized_transactions_count_30d')
    self.unauthorized_transactions_count_30d = attributes[:'unauthorized_transactions_count_30d']
  end

  if attributes.key?(:'unauthorized_transactions_count_60d')
    self.unauthorized_transactions_count_60d = attributes[:'unauthorized_transactions_count_60d']
  end

  if attributes.key?(:'unauthorized_transactions_count_90d')
    self.unauthorized_transactions_count_90d = attributes[:'unauthorized_transactions_count_90d']
  end

  if attributes.key?(:'nsf_overdraft_transactions_count_7d')
    self.nsf_overdraft_transactions_count_7d = attributes[:'nsf_overdraft_transactions_count_7d']
  end

  if attributes.key?(:'nsf_overdraft_transactions_count_30d')
    self.nsf_overdraft_transactions_count_30d = attributes[:'nsf_overdraft_transactions_count_30d']
  end

  if attributes.key?(:'nsf_overdraft_transactions_count_60d')
    self.nsf_overdraft_transactions_count_60d = attributes[:'nsf_overdraft_transactions_count_60d']
  end

  if attributes.key?(:'nsf_overdraft_transactions_count_90d')
    self.nsf_overdraft_transactions_count_90d = attributes[:'nsf_overdraft_transactions_count_90d']
  end

  if attributes.key?(:'days_since_first_plaid_connection')
    self.days_since_first_plaid_connection = attributes[:'days_since_first_plaid_connection']
  end

  if attributes.key?(:'plaid_connections_count_7d')
    self.plaid_connections_count_7d = attributes[:'plaid_connections_count_7d']
  end

  if attributes.key?(:'plaid_connections_count_30d')
    self.plaid_connections_count_30d = attributes[:'plaid_connections_count_30d']
  end

  if attributes.key?(:'total_plaid_connections_count')
    self.total_plaid_connections_count = attributes[:'total_plaid_connections_count']
  end

  if attributes.key?(:'is_savings_or_money_market_account')
    self. = attributes[:'is_savings_or_money_market_account']
  end

  if attributes.key?(:'total_credit_transactions_amount_10d')
    self.total_credit_transactions_amount_10d = attributes[:'total_credit_transactions_amount_10d']
  end

  if attributes.key?(:'total_debit_transactions_amount_10d')
    self.total_debit_transactions_amount_10d = attributes[:'total_debit_transactions_amount_10d']
  end

  if attributes.key?(:'p50_credit_transactions_amount_28d')
    self.p50_credit_transactions_amount_28d = attributes[:'p50_credit_transactions_amount_28d']
  end

  if attributes.key?(:'p50_debit_transactions_amount_28d')
    self.p50_debit_transactions_amount_28d = attributes[:'p50_debit_transactions_amount_28d']
  end

  if attributes.key?(:'p95_credit_transactions_amount_28d')
    self.p95_credit_transactions_amount_28d = attributes[:'p95_credit_transactions_amount_28d']
  end

  if attributes.key?(:'p95_debit_transactions_amount_28d')
    self.p95_debit_transactions_amount_28d = attributes[:'p95_debit_transactions_amount_28d']
  end

  if attributes.key?(:'days_with_negative_balance_count_90d')
    self.days_with_negative_balance_count_90d = attributes[:'days_with_negative_balance_count_90d']
  end

  if attributes.key?(:'p90_eod_balance_30d')
    self.p90_eod_balance_30d = attributes[:'p90_eod_balance_30d']
  end

  if attributes.key?(:'p90_eod_balance_60d')
    self.p90_eod_balance_60d = attributes[:'p90_eod_balance_60d']
  end

  if attributes.key?(:'p90_eod_balance_90d')
    self.p90_eod_balance_90d = attributes[:'p90_eod_balance_90d']
  end

  if attributes.key?(:'p10_eod_balance_30d')
    self.p10_eod_balance_30d = attributes[:'p10_eod_balance_30d']
  end

  if attributes.key?(:'p10_eod_balance_60d')
    self.p10_eod_balance_60d = attributes[:'p10_eod_balance_60d']
  end

  if attributes.key?(:'p10_eod_balance_90d')
    self.p10_eod_balance_90d = attributes[:'p10_eod_balance_90d']
  end

  if attributes.key?(:'available_balance')
    self.available_balance = attributes[:'available_balance']
  end

  if attributes.key?(:'current_balance')
    self.current_balance = attributes[:'current_balance']
  end

  if attributes.key?(:'balance_last_updated')
    self.balance_last_updated = attributes[:'balance_last_updated']
  end

  if attributes.key?(:'phone_change_count_28d')
    self.phone_change_count_28d = attributes[:'phone_change_count_28d']
  end

  if attributes.key?(:'phone_change_count_90d')
    self.phone_change_count_90d = attributes[:'phone_change_count_90d']
  end

  if attributes.key?(:'email_change_count_28d')
    self.email_change_count_28d = attributes[:'email_change_count_28d']
  end

  if attributes.key?(:'email_change_count_90d')
    self.email_change_count_90d = attributes[:'email_change_count_90d']
  end

  if attributes.key?(:'address_change_count_28d')
    self.address_change_count_28d = attributes[:'address_change_count_28d']
  end

  if attributes.key?(:'address_change_count_90d')
    self.address_change_count_90d = attributes[:'address_change_count_90d']
  end

  if attributes.key?(:'plaid_non_oauth_authentication_attempts_count_3d')
    self.plaid_non_oauth_authentication_attempts_count_3d = attributes[:'plaid_non_oauth_authentication_attempts_count_3d']
  end

  if attributes.key?(:'plaid_non_oauth_authentication_attempts_count_7d')
    self.plaid_non_oauth_authentication_attempts_count_7d = attributes[:'plaid_non_oauth_authentication_attempts_count_7d']
  end

  if attributes.key?(:'plaid_non_oauth_authentication_attempts_count_30d')
    self.plaid_non_oauth_authentication_attempts_count_30d = attributes[:'plaid_non_oauth_authentication_attempts_count_30d']
  end

  if attributes.key?(:'failed_plaid_non_oauth_authentication_attempts_count_3d')
    self.failed_plaid_non_oauth_authentication_attempts_count_3d = attributes[:'failed_plaid_non_oauth_authentication_attempts_count_3d']
  end

  if attributes.key?(:'failed_plaid_non_oauth_authentication_attempts_count_7d')
    self.failed_plaid_non_oauth_authentication_attempts_count_7d = attributes[:'failed_plaid_non_oauth_authentication_attempts_count_7d']
  end

  if attributes.key?(:'failed_plaid_non_oauth_authentication_attempts_count_30d')
    self.failed_plaid_non_oauth_authentication_attempts_count_30d = attributes[:'failed_plaid_non_oauth_authentication_attempts_count_30d']
  end

  if attributes.key?(:'debit_transactions_count_10d')
    self.debit_transactions_count_10d = attributes[:'debit_transactions_count_10d']
  end

  if attributes.key?(:'credit_transactions_count_10d')
    self.credit_transactions_count_10d = attributes[:'credit_transactions_count_10d']
  end

  if attributes.key?(:'debit_transactions_count_30d')
    self.debit_transactions_count_30d = attributes[:'debit_transactions_count_30d']
  end

  if attributes.key?(:'credit_transactions_count_30d')
    self.credit_transactions_count_30d = attributes[:'credit_transactions_count_30d']
  end

  if attributes.key?(:'debit_transactions_count_60d')
    self.debit_transactions_count_60d = attributes[:'debit_transactions_count_60d']
  end

  if attributes.key?(:'credit_transactions_count_60d')
    self.credit_transactions_count_60d = attributes[:'credit_transactions_count_60d']
  end

  if attributes.key?(:'debit_transactions_count_90d')
    self.debit_transactions_count_90d = attributes[:'debit_transactions_count_90d']
  end

  if attributes.key?(:'credit_transactions_count_90d')
    self.credit_transactions_count_90d = attributes[:'credit_transactions_count_90d']
  end

  if attributes.key?(:'total_debit_transactions_amount_30d')
    self.total_debit_transactions_amount_30d = attributes[:'total_debit_transactions_amount_30d']
  end

  if attributes.key?(:'total_credit_transactions_amount_30d')
    self.total_credit_transactions_amount_30d = attributes[:'total_credit_transactions_amount_30d']
  end

  if attributes.key?(:'total_debit_transactions_amount_60d')
    self.total_debit_transactions_amount_60d = attributes[:'total_debit_transactions_amount_60d']
  end

  if attributes.key?(:'total_credit_transactions_amount_60d')
    self.total_credit_transactions_amount_60d = attributes[:'total_credit_transactions_amount_60d']
  end

  if attributes.key?(:'total_debit_transactions_amount_90d')
    self.total_debit_transactions_amount_90d = attributes[:'total_debit_transactions_amount_90d']
  end

  if attributes.key?(:'total_credit_transactions_amount_90d')
    self.total_credit_transactions_amount_90d = attributes[:'total_credit_transactions_amount_90d']
  end

  if attributes.key?(:'p50_eod_balance_30d')
    self.p50_eod_balance_30d = attributes[:'p50_eod_balance_30d']
  end

  if attributes.key?(:'p50_eod_balance_60d')
    self.p50_eod_balance_60d = attributes[:'p50_eod_balance_60d']
  end

  if attributes.key?(:'p50_eod_balance_90d')
    self.p50_eod_balance_90d = attributes[:'p50_eod_balance_90d']
  end

  if attributes.key?(:'p50_eod_balance_31d_to_60d')
    self.p50_eod_balance_31d_to_60d = attributes[:'p50_eod_balance_31d_to_60d']
  end

  if attributes.key?(:'p50_eod_balance_61d_to_90d')
    self.p50_eod_balance_61d_to_90d = attributes[:'p50_eod_balance_61d_to_90d']
  end

  if attributes.key?(:'p90_eod_balance_31d_to_60d')
    self.p90_eod_balance_31d_to_60d = attributes[:'p90_eod_balance_31d_to_60d']
  end

  if attributes.key?(:'p90_eod_balance_61d_to_90d')
    self.p90_eod_balance_61d_to_90d = attributes[:'p90_eod_balance_61d_to_90d']
  end

  if attributes.key?(:'p10_eod_balance_31d_to_60d')
    self.p10_eod_balance_31d_to_60d = attributes[:'p10_eod_balance_31d_to_60d']
  end

  if attributes.key?(:'p10_eod_balance_61d_to_90d')
    self.p10_eod_balance_61d_to_90d = attributes[:'p10_eod_balance_61d_to_90d']
  end

  if attributes.key?(:'transactions_last_updated')
    self.transactions_last_updated = attributes[:'transactions_last_updated']
  end

  if attributes.key?(:'is_account_closed')
    self. = attributes[:'is_account_closed']
  end

  if attributes.key?(:'is_account_frozen_or_restricted')
    self. = attributes[:'is_account_frozen_or_restricted']
  end

  if attributes.key?(:'distinct_ip_addresses_count_3d')
    self.distinct_ip_addresses_count_3d = attributes[:'distinct_ip_addresses_count_3d']
  end

  if attributes.key?(:'distinct_ip_addresses_count_7d')
    self.distinct_ip_addresses_count_7d = attributes[:'distinct_ip_addresses_count_7d']
  end

  if attributes.key?(:'distinct_ip_addresses_count_30d')
    self.distinct_ip_addresses_count_30d = attributes[:'distinct_ip_addresses_count_30d']
  end

  if attributes.key?(:'distinct_ip_addresses_count_90d')
    self.distinct_ip_addresses_count_90d = attributes[:'distinct_ip_addresses_count_90d']
  end

  if attributes.key?(:'distinct_user_agents_count_3d')
    self.distinct_user_agents_count_3d = attributes[:'distinct_user_agents_count_3d']
  end

  if attributes.key?(:'distinct_user_agents_count_7d')
    self.distinct_user_agents_count_7d = attributes[:'distinct_user_agents_count_7d']
  end

  if attributes.key?(:'distinct_user_agents_count_30d')
    self.distinct_user_agents_count_30d = attributes[:'distinct_user_agents_count_30d']
  end

  if attributes.key?(:'distinct_user_agents_count_90d')
    self.distinct_user_agents_count_90d = attributes[:'distinct_user_agents_count_90d']
  end

  if attributes.key?(:'distinct_ssl_tls_connection_sessions_count_3d')
    self.distinct_ssl_tls_connection_sessions_count_3d = attributes[:'distinct_ssl_tls_connection_sessions_count_3d']
  end

  if attributes.key?(:'distinct_ssl_tls_connection_sessions_count_7d')
    self.distinct_ssl_tls_connection_sessions_count_7d = attributes[:'distinct_ssl_tls_connection_sessions_count_7d']
  end

  if attributes.key?(:'distinct_ssl_tls_connection_sessions_count_30d')
    self.distinct_ssl_tls_connection_sessions_count_30d = attributes[:'distinct_ssl_tls_connection_sessions_count_30d']
  end

  if attributes.key?(:'distinct_ssl_tls_connection_sessions_count_90d')
    self.distinct_ssl_tls_connection_sessions_count_90d = attributes[:'distinct_ssl_tls_connection_sessions_count_90d']
  end

  if attributes.key?(:'days_since_account_opening')
    self. = attributes[:'days_since_account_opening']
  end
end

Instance Attribute Details

#address_change_count_28dObject

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



119
120
121
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 119

def address_change_count_28d
  @address_change_count_28d
end

#address_change_count_90dObject

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



122
123
124
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 122

def address_change_count_90d
  @address_change_count_90d
end

#available_balanceObject

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.



98
99
100
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 98

def available_balance
  @available_balance
end

#balance_last_updatedObject

Timestamp in [ISO 8601](wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DDTHH:mm:ssZ) indicating the last time that the balance for the given account has been updated.



104
105
106
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 104

def balance_last_updated
  @balance_last_updated
end

#credit_transactions_count_10dObject

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



146
147
148
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 146

def credit_transactions_count_10d
  @credit_transactions_count_10d
end

#credit_transactions_count_30dObject

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



152
153
154
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 152

def credit_transactions_count_30d
  @credit_transactions_count_30d
end

#credit_transactions_count_60dObject

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



158
159
160
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 158

def credit_transactions_count_60d
  @credit_transactions_count_60d
end

#credit_transactions_count_90dObject

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



164
165
166
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 164

def credit_transactions_count_90d
  @credit_transactions_count_90d
end

#current_balanceObject

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



101
102
103
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 101

def current_balance
  @current_balance
end

#days_since_account_openingObject

The number of days since the bank account was opened, as reported by the financial institution



257
258
259
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 257

def 
  @days_since_account_opening
end

#days_since_first_plaid_connectionObject

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



44
45
46
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 44

def days_since_first_plaid_connection
  @days_since_first_plaid_connection
end

#days_with_negative_balance_count_90dObject

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



77
78
79
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 77

def days_with_negative_balance_count_90d
  @days_with_negative_balance_count_90d
end

#debit_transactions_count_10dObject

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



143
144
145
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 143

def debit_transactions_count_10d
  @debit_transactions_count_10d
end

#debit_transactions_count_30dObject

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



149
150
151
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 149

def debit_transactions_count_30d
  @debit_transactions_count_30d
end

#debit_transactions_count_60dObject

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



155
156
157
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 155

def debit_transactions_count_60d
  @debit_transactions_count_60d
end

#debit_transactions_count_90dObject

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



161
162
163
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 161

def debit_transactions_count_90d
  @debit_transactions_count_90d
end

#distinct_ip_addresses_count_30dObject

The number of distinct IP addresses linked to the same bank account during Plaid authentication in the last 30 days (max 100)



227
228
229
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 227

def distinct_ip_addresses_count_30d
  @distinct_ip_addresses_count_30d
end

#distinct_ip_addresses_count_3dObject

The number of distinct IP addresses linked to the same bank account during Plaid authentication in the last 3 days



221
222
223
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 221

def distinct_ip_addresses_count_3d
  @distinct_ip_addresses_count_3d
end

#distinct_ip_addresses_count_7dObject

The number of distinct IP addresses linked to the same bank account during Plaid authentication in the last 7 days



224
225
226
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 224

def distinct_ip_addresses_count_7d
  @distinct_ip_addresses_count_7d
end

#distinct_ip_addresses_count_90dObject

The number of distinct IP addresses linked to the same bank account during Plaid authentication in the last 90 days (max 100)



230
231
232
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 230

def distinct_ip_addresses_count_90d
  @distinct_ip_addresses_count_90d
end

#distinct_ssl_tls_connection_sessions_count_30dObject

The number of distinct SSL/TLS connection sessions linked to the same bank account during Plaid authentication in the last 30 days



251
252
253
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 251

def distinct_ssl_tls_connection_sessions_count_30d
  @distinct_ssl_tls_connection_sessions_count_30d
end

#distinct_ssl_tls_connection_sessions_count_3dObject

The number of distinct SSL/TLS connection sessions linked to the same bank account during Plaid authentication in the last 3 days



245
246
247
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 245

def distinct_ssl_tls_connection_sessions_count_3d
  @distinct_ssl_tls_connection_sessions_count_3d
end

#distinct_ssl_tls_connection_sessions_count_7dObject

The number of distinct SSL/TLS connection sessions linked to the same bank account during Plaid authentication in the last 7 days



248
249
250
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 248

def distinct_ssl_tls_connection_sessions_count_7d
  @distinct_ssl_tls_connection_sessions_count_7d
end

#distinct_ssl_tls_connection_sessions_count_90dObject

The number of distinct SSL/TLS connection sessions linked to the same bank account during Plaid authentication in the last 90 days



254
255
256
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 254

def distinct_ssl_tls_connection_sessions_count_90d
  @distinct_ssl_tls_connection_sessions_count_90d
end

#distinct_user_agents_count_30dObject

The number of distinct user agents linked to the same bank account during Plaid authentication in the last 30 days



239
240
241
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 239

def distinct_user_agents_count_30d
  @distinct_user_agents_count_30d
end

#distinct_user_agents_count_3dObject

The number of distinct user agents linked to the same bank account during Plaid authentication in the last 3 days



233
234
235
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 233

def distinct_user_agents_count_3d
  @distinct_user_agents_count_3d
end

#distinct_user_agents_count_7dObject

The number of distinct user agents linked to the same bank account during Plaid authentication in the last 7 days



236
237
238
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 236

def distinct_user_agents_count_7d
  @distinct_user_agents_count_7d
end

#distinct_user_agents_count_90dObject

The number of distinct user agents linked to the same bank account during Plaid authentication in the last 90 days



242
243
244
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 242

def distinct_user_agents_count_90d
  @distinct_user_agents_count_90d
end

#email_change_count_28dObject

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



113
114
115
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 113

def email_change_count_28d
  @email_change_count_28d
end

#email_change_count_90dObject

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



116
117
118
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 116

def email_change_count_90d
  @email_change_count_90d
end

#failed_plaid_non_oauth_authentication_attempts_count_30dObject

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



140
141
142
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 140

def failed_plaid_non_oauth_authentication_attempts_count_30d
  @failed_plaid_non_oauth_authentication_attempts_count_30d
end

#failed_plaid_non_oauth_authentication_attempts_count_3dObject

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



134
135
136
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 134

def failed_plaid_non_oauth_authentication_attempts_count_3d
  @failed_plaid_non_oauth_authentication_attempts_count_3d
end

#failed_plaid_non_oauth_authentication_attempts_count_7dObject

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



137
138
139
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 137

def failed_plaid_non_oauth_authentication_attempts_count_7d
  @failed_plaid_non_oauth_authentication_attempts_count_7d
end

#is_account_closedObject

Indicates if the receiver bank account is closed



215
216
217
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 215

def 
  @is_account_closed
end

#is_account_frozen_or_restrictedObject

Indicates if the receiver bank account is either frozen or restricted



218
219
220
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 218

def 
  @is_account_frozen_or_restricted
end

#is_savings_or_money_market_accountObject

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



56
57
58
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 56

def 
  @is_savings_or_money_market_account
end

#nsf_overdraft_transactions_count_30dObject

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.



35
36
37
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 35

def nsf_overdraft_transactions_count_30d
  @nsf_overdraft_transactions_count_30d
end

#nsf_overdraft_transactions_count_60dObject

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.



38
39
40
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 38

def nsf_overdraft_transactions_count_60d
  @nsf_overdraft_transactions_count_60d
end

#nsf_overdraft_transactions_count_7dObject

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.



32
33
34
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 32

def nsf_overdraft_transactions_count_7d
  @nsf_overdraft_transactions_count_7d
end

#nsf_overdraft_transactions_count_90dObject

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.



41
42
43
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 41

def nsf_overdraft_transactions_count_90d
  @nsf_overdraft_transactions_count_90d
end

#p10_eod_balance_30dObject

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



89
90
91
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 89

def p10_eod_balance_30d
  @p10_eod_balance_30d
end

#p10_eod_balance_31d_to_60dObject

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



206
207
208
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 206

def p10_eod_balance_31d_to_60d
  @p10_eod_balance_31d_to_60d
end

#p10_eod_balance_60dObject

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



92
93
94
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 92

def p10_eod_balance_60d
  @p10_eod_balance_60d
end

#p10_eod_balance_61d_to_90dObject

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



209
210
211
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 209

def p10_eod_balance_61d_to_90d
  @p10_eod_balance_61d_to_90d
end

#p10_eod_balance_90dObject

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



95
96
97
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 95

def p10_eod_balance_90d
  @p10_eod_balance_90d
end

#p50_credit_transactions_amount_28dObject

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



65
66
67
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 65

def p50_credit_transactions_amount_28d
  @p50_credit_transactions_amount_28d
end

#p50_debit_transactions_amount_28dObject

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



68
69
70
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 68

def p50_debit_transactions_amount_28d
  @p50_debit_transactions_amount_28d
end

#p50_eod_balance_30dObject

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



185
186
187
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 185

def p50_eod_balance_30d
  @p50_eod_balance_30d
end

#p50_eod_balance_31d_to_60dObject

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



194
195
196
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 194

def p50_eod_balance_31d_to_60d
  @p50_eod_balance_31d_to_60d
end

#p50_eod_balance_60dObject

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



188
189
190
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 188

def p50_eod_balance_60d
  @p50_eod_balance_60d
end

#p50_eod_balance_61d_to_90dObject

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



197
198
199
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 197

def p50_eod_balance_61d_to_90d
  @p50_eod_balance_61d_to_90d
end

#p50_eod_balance_90dObject

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



191
192
193
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 191

def p50_eod_balance_90d
  @p50_eod_balance_90d
end

#p90_eod_balance_30dObject

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



80
81
82
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 80

def p90_eod_balance_30d
  @p90_eod_balance_30d
end

#p90_eod_balance_31d_to_60dObject

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



200
201
202
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 200

def p90_eod_balance_31d_to_60d
  @p90_eod_balance_31d_to_60d
end

#p90_eod_balance_60dObject

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



83
84
85
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 83

def p90_eod_balance_60d
  @p90_eod_balance_60d
end

#p90_eod_balance_61d_to_90dObject

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



203
204
205
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 203

def p90_eod_balance_61d_to_90d
  @p90_eod_balance_61d_to_90d
end

#p90_eod_balance_90dObject

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



86
87
88
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 86

def p90_eod_balance_90d
  @p90_eod_balance_90d
end

#p95_credit_transactions_amount_28dObject

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



71
72
73
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 71

def p95_credit_transactions_amount_28d
  @p95_credit_transactions_amount_28d
end

#p95_debit_transactions_amount_28dObject

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



74
75
76
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 74

def p95_debit_transactions_amount_28d
  @p95_debit_transactions_amount_28d
end

#phone_change_count_28dObject

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



107
108
109
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 107

def phone_change_count_28d
  @phone_change_count_28d
end

#phone_change_count_90dObject

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



110
111
112
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 110

def phone_change_count_90d
  @phone_change_count_90d
end

#plaid_connections_count_30dObject

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



50
51
52
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 50

def plaid_connections_count_30d
  @plaid_connections_count_30d
end

#plaid_connections_count_7dObject

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



47
48
49
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 47

def plaid_connections_count_7d
  @plaid_connections_count_7d
end

#plaid_non_oauth_authentication_attempts_count_30dObject

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



131
132
133
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 131

def plaid_non_oauth_authentication_attempts_count_30d
  @plaid_non_oauth_authentication_attempts_count_30d
end

#plaid_non_oauth_authentication_attempts_count_3dObject

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



125
126
127
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 125

def plaid_non_oauth_authentication_attempts_count_3d
  @plaid_non_oauth_authentication_attempts_count_3d
end

#plaid_non_oauth_authentication_attempts_count_7dObject

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



128
129
130
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 128

def plaid_non_oauth_authentication_attempts_count_7d
  @plaid_non_oauth_authentication_attempts_count_7d
end

#total_credit_transactions_amount_10dObject

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



59
60
61
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 59

def total_credit_transactions_amount_10d
  @total_credit_transactions_amount_10d
end

#total_credit_transactions_amount_30dObject

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



170
171
172
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 170

def total_credit_transactions_amount_30d
  @total_credit_transactions_amount_30d
end

#total_credit_transactions_amount_60dObject

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



176
177
178
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 176

def total_credit_transactions_amount_60d
  @total_credit_transactions_amount_60d
end

#total_credit_transactions_amount_90dObject

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



182
183
184
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 182

def total_credit_transactions_amount_90d
  @total_credit_transactions_amount_90d
end

#total_debit_transactions_amount_10dObject

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



62
63
64
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 62

def total_debit_transactions_amount_10d
  @total_debit_transactions_amount_10d
end

#total_debit_transactions_amount_30dObject

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



167
168
169
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 167

def total_debit_transactions_amount_30d
  @total_debit_transactions_amount_30d
end

#total_debit_transactions_amount_60dObject

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



173
174
175
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 173

def total_debit_transactions_amount_60d
  @total_debit_transactions_amount_60d
end

#total_debit_transactions_amount_90dObject

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



179
180
181
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 179

def total_debit_transactions_amount_90d
  @total_debit_transactions_amount_90d
end

#total_plaid_connections_countObject

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



53
54
55
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 53

def total_plaid_connections_count
  @total_plaid_connections_count
end

#transactions_last_updatedObject

Timestamp in [ISO 8601](wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DDTHH:mm:ssZ) indicating the last time that the transactions for the given account have been updated.



212
213
214
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 212

def transactions_last_updated
  @transactions_last_updated
end

#unauthorized_transactions_count_30dObject

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.



23
24
25
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 23

def unauthorized_transactions_count_30d
  @unauthorized_transactions_count_30d
end

#unauthorized_transactions_count_60dObject

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.



26
27
28
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 26

def unauthorized_transactions_count_60d
  @unauthorized_transactions_count_60d
end

#unauthorized_transactions_count_7dObject

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.



20
21
22
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 20

def unauthorized_transactions_count_7d
  @unauthorized_transactions_count_7d
end

#unauthorized_transactions_count_90dObject

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.



29
30
31
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 29

def unauthorized_transactions_count_90d
  @unauthorized_transactions_count_90d
end

Class Method Details

.acceptable_attributesObject

Returns all the JSON keys this model knows about



346
347
348
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 346

def self.acceptable_attributes
  attribute_map.values
end

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 260

def self.attribute_map
  {
    :'unauthorized_transactions_count_7d' => :'unauthorized_transactions_count_7d',
    :'unauthorized_transactions_count_30d' => :'unauthorized_transactions_count_30d',
    :'unauthorized_transactions_count_60d' => :'unauthorized_transactions_count_60d',
    :'unauthorized_transactions_count_90d' => :'unauthorized_transactions_count_90d',
    :'nsf_overdraft_transactions_count_7d' => :'nsf_overdraft_transactions_count_7d',
    :'nsf_overdraft_transactions_count_30d' => :'nsf_overdraft_transactions_count_30d',
    :'nsf_overdraft_transactions_count_60d' => :'nsf_overdraft_transactions_count_60d',
    :'nsf_overdraft_transactions_count_90d' => :'nsf_overdraft_transactions_count_90d',
    :'days_since_first_plaid_connection' => :'days_since_first_plaid_connection',
    :'plaid_connections_count_7d' => :'plaid_connections_count_7d',
    :'plaid_connections_count_30d' => :'plaid_connections_count_30d',
    :'total_plaid_connections_count' => :'total_plaid_connections_count',
    :'is_savings_or_money_market_account' => :'is_savings_or_money_market_account',
    :'total_credit_transactions_amount_10d' => :'total_credit_transactions_amount_10d',
    :'total_debit_transactions_amount_10d' => :'total_debit_transactions_amount_10d',
    :'p50_credit_transactions_amount_28d' => :'p50_credit_transactions_amount_28d',
    :'p50_debit_transactions_amount_28d' => :'p50_debit_transactions_amount_28d',
    :'p95_credit_transactions_amount_28d' => :'p95_credit_transactions_amount_28d',
    :'p95_debit_transactions_amount_28d' => :'p95_debit_transactions_amount_28d',
    :'days_with_negative_balance_count_90d' => :'days_with_negative_balance_count_90d',
    :'p90_eod_balance_30d' => :'p90_eod_balance_30d',
    :'p90_eod_balance_60d' => :'p90_eod_balance_60d',
    :'p90_eod_balance_90d' => :'p90_eod_balance_90d',
    :'p10_eod_balance_30d' => :'p10_eod_balance_30d',
    :'p10_eod_balance_60d' => :'p10_eod_balance_60d',
    :'p10_eod_balance_90d' => :'p10_eod_balance_90d',
    :'available_balance' => :'available_balance',
    :'current_balance' => :'current_balance',
    :'balance_last_updated' => :'balance_last_updated',
    :'phone_change_count_28d' => :'phone_change_count_28d',
    :'phone_change_count_90d' => :'phone_change_count_90d',
    :'email_change_count_28d' => :'email_change_count_28d',
    :'email_change_count_90d' => :'email_change_count_90d',
    :'address_change_count_28d' => :'address_change_count_28d',
    :'address_change_count_90d' => :'address_change_count_90d',
    :'plaid_non_oauth_authentication_attempts_count_3d' => :'plaid_non_oauth_authentication_attempts_count_3d',
    :'plaid_non_oauth_authentication_attempts_count_7d' => :'plaid_non_oauth_authentication_attempts_count_7d',
    :'plaid_non_oauth_authentication_attempts_count_30d' => :'plaid_non_oauth_authentication_attempts_count_30d',
    :'failed_plaid_non_oauth_authentication_attempts_count_3d' => :'failed_plaid_non_oauth_authentication_attempts_count_3d',
    :'failed_plaid_non_oauth_authentication_attempts_count_7d' => :'failed_plaid_non_oauth_authentication_attempts_count_7d',
    :'failed_plaid_non_oauth_authentication_attempts_count_30d' => :'failed_plaid_non_oauth_authentication_attempts_count_30d',
    :'debit_transactions_count_10d' => :'debit_transactions_count_10d',
    :'credit_transactions_count_10d' => :'credit_transactions_count_10d',
    :'debit_transactions_count_30d' => :'debit_transactions_count_30d',
    :'credit_transactions_count_30d' => :'credit_transactions_count_30d',
    :'debit_transactions_count_60d' => :'debit_transactions_count_60d',
    :'credit_transactions_count_60d' => :'credit_transactions_count_60d',
    :'debit_transactions_count_90d' => :'debit_transactions_count_90d',
    :'credit_transactions_count_90d' => :'credit_transactions_count_90d',
    :'total_debit_transactions_amount_30d' => :'total_debit_transactions_amount_30d',
    :'total_credit_transactions_amount_30d' => :'total_credit_transactions_amount_30d',
    :'total_debit_transactions_amount_60d' => :'total_debit_transactions_amount_60d',
    :'total_credit_transactions_amount_60d' => :'total_credit_transactions_amount_60d',
    :'total_debit_transactions_amount_90d' => :'total_debit_transactions_amount_90d',
    :'total_credit_transactions_amount_90d' => :'total_credit_transactions_amount_90d',
    :'p50_eod_balance_30d' => :'p50_eod_balance_30d',
    :'p50_eod_balance_60d' => :'p50_eod_balance_60d',
    :'p50_eod_balance_90d' => :'p50_eod_balance_90d',
    :'p50_eod_balance_31d_to_60d' => :'p50_eod_balance_31d_to_60d',
    :'p50_eod_balance_61d_to_90d' => :'p50_eod_balance_61d_to_90d',
    :'p90_eod_balance_31d_to_60d' => :'p90_eod_balance_31d_to_60d',
    :'p90_eod_balance_61d_to_90d' => :'p90_eod_balance_61d_to_90d',
    :'p10_eod_balance_31d_to_60d' => :'p10_eod_balance_31d_to_60d',
    :'p10_eod_balance_61d_to_90d' => :'p10_eod_balance_61d_to_90d',
    :'transactions_last_updated' => :'transactions_last_updated',
    :'is_account_closed' => :'is_account_closed',
    :'is_account_frozen_or_restricted' => :'is_account_frozen_or_restricted',
    :'distinct_ip_addresses_count_3d' => :'distinct_ip_addresses_count_3d',
    :'distinct_ip_addresses_count_7d' => :'distinct_ip_addresses_count_7d',
    :'distinct_ip_addresses_count_30d' => :'distinct_ip_addresses_count_30d',
    :'distinct_ip_addresses_count_90d' => :'distinct_ip_addresses_count_90d',
    :'distinct_user_agents_count_3d' => :'distinct_user_agents_count_3d',
    :'distinct_user_agents_count_7d' => :'distinct_user_agents_count_7d',
    :'distinct_user_agents_count_30d' => :'distinct_user_agents_count_30d',
    :'distinct_user_agents_count_90d' => :'distinct_user_agents_count_90d',
    :'distinct_ssl_tls_connection_sessions_count_3d' => :'distinct_ssl_tls_connection_sessions_count_3d',
    :'distinct_ssl_tls_connection_sessions_count_7d' => :'distinct_ssl_tls_connection_sessions_count_7d',
    :'distinct_ssl_tls_connection_sessions_count_30d' => :'distinct_ssl_tls_connection_sessions_count_30d',
    :'distinct_ssl_tls_connection_sessions_count_90d' => :'distinct_ssl_tls_connection_sessions_count_90d',
    :'days_since_account_opening' => :'days_since_account_opening'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



973
974
975
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 973

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end

.openapi_nullableObject

List of attributes with nullable: true



437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 437

def self.openapi_nullable
  Set.new([
    :'unauthorized_transactions_count_7d',
    :'unauthorized_transactions_count_30d',
    :'unauthorized_transactions_count_60d',
    :'unauthorized_transactions_count_90d',
    :'nsf_overdraft_transactions_count_7d',
    :'nsf_overdraft_transactions_count_30d',
    :'nsf_overdraft_transactions_count_60d',
    :'nsf_overdraft_transactions_count_90d',
    :'days_since_first_plaid_connection',
    :'plaid_connections_count_7d',
    :'plaid_connections_count_30d',
    :'total_plaid_connections_count',
    :'is_savings_or_money_market_account',
    :'total_credit_transactions_amount_10d',
    :'total_debit_transactions_amount_10d',
    :'p50_credit_transactions_amount_28d',
    :'p50_debit_transactions_amount_28d',
    :'p95_credit_transactions_amount_28d',
    :'p95_debit_transactions_amount_28d',
    :'days_with_negative_balance_count_90d',
    :'p90_eod_balance_30d',
    :'p90_eod_balance_60d',
    :'p90_eod_balance_90d',
    :'p10_eod_balance_30d',
    :'p10_eod_balance_60d',
    :'p10_eod_balance_90d',
    :'available_balance',
    :'current_balance',
    :'balance_last_updated',
    :'phone_change_count_28d',
    :'phone_change_count_90d',
    :'email_change_count_28d',
    :'email_change_count_90d',
    :'address_change_count_28d',
    :'address_change_count_90d',
    :'plaid_non_oauth_authentication_attempts_count_3d',
    :'plaid_non_oauth_authentication_attempts_count_7d',
    :'plaid_non_oauth_authentication_attempts_count_30d',
    :'failed_plaid_non_oauth_authentication_attempts_count_3d',
    :'failed_plaid_non_oauth_authentication_attempts_count_7d',
    :'failed_plaid_non_oauth_authentication_attempts_count_30d',
    :'debit_transactions_count_10d',
    :'credit_transactions_count_10d',
    :'debit_transactions_count_30d',
    :'credit_transactions_count_30d',
    :'debit_transactions_count_60d',
    :'credit_transactions_count_60d',
    :'debit_transactions_count_90d',
    :'credit_transactions_count_90d',
    :'total_debit_transactions_amount_30d',
    :'total_credit_transactions_amount_30d',
    :'total_debit_transactions_amount_60d',
    :'total_credit_transactions_amount_60d',
    :'total_debit_transactions_amount_90d',
    :'total_credit_transactions_amount_90d',
    :'p50_eod_balance_30d',
    :'p50_eod_balance_60d',
    :'p50_eod_balance_90d',
    :'p50_eod_balance_31d_to_60d',
    :'p50_eod_balance_61d_to_90d',
    :'p90_eod_balance_31d_to_60d',
    :'p90_eod_balance_61d_to_90d',
    :'p10_eod_balance_31d_to_60d',
    :'p10_eod_balance_61d_to_90d',
    :'transactions_last_updated',
    :'is_account_closed',
    :'is_account_frozen_or_restricted',
    :'distinct_ip_addresses_count_3d',
    :'distinct_ip_addresses_count_7d',
    :'distinct_ip_addresses_count_30d',
    :'distinct_ip_addresses_count_90d',
    :'distinct_user_agents_count_3d',
    :'distinct_user_agents_count_7d',
    :'distinct_user_agents_count_30d',
    :'distinct_user_agents_count_90d',
    :'distinct_ssl_tls_connection_sessions_count_3d',
    :'distinct_ssl_tls_connection_sessions_count_7d',
    :'distinct_ssl_tls_connection_sessions_count_30d',
    :'distinct_ssl_tls_connection_sessions_count_90d',
    :'days_since_account_opening'
  ])
end

.openapi_typesObject

Attribute type mapping.



351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 351

def self.openapi_types
  {
    :'unauthorized_transactions_count_7d' => :'Integer',
    :'unauthorized_transactions_count_30d' => :'Integer',
    :'unauthorized_transactions_count_60d' => :'Integer',
    :'unauthorized_transactions_count_90d' => :'Integer',
    :'nsf_overdraft_transactions_count_7d' => :'Integer',
    :'nsf_overdraft_transactions_count_30d' => :'Integer',
    :'nsf_overdraft_transactions_count_60d' => :'Integer',
    :'nsf_overdraft_transactions_count_90d' => :'Integer',
    :'days_since_first_plaid_connection' => :'Integer',
    :'plaid_connections_count_7d' => :'Integer',
    :'plaid_connections_count_30d' => :'Integer',
    :'total_plaid_connections_count' => :'Integer',
    :'is_savings_or_money_market_account' => :'Boolean',
    :'total_credit_transactions_amount_10d' => :'Float',
    :'total_debit_transactions_amount_10d' => :'Float',
    :'p50_credit_transactions_amount_28d' => :'Float',
    :'p50_debit_transactions_amount_28d' => :'Float',
    :'p95_credit_transactions_amount_28d' => :'Float',
    :'p95_debit_transactions_amount_28d' => :'Float',
    :'days_with_negative_balance_count_90d' => :'Integer',
    :'p90_eod_balance_30d' => :'Float',
    :'p90_eod_balance_60d' => :'Float',
    :'p90_eod_balance_90d' => :'Float',
    :'p10_eod_balance_30d' => :'Float',
    :'p10_eod_balance_60d' => :'Float',
    :'p10_eod_balance_90d' => :'Float',
    :'available_balance' => :'Float',
    :'current_balance' => :'Float',
    :'balance_last_updated' => :'Time',
    :'phone_change_count_28d' => :'Integer',
    :'phone_change_count_90d' => :'Integer',
    :'email_change_count_28d' => :'Integer',
    :'email_change_count_90d' => :'Integer',
    :'address_change_count_28d' => :'Integer',
    :'address_change_count_90d' => :'Integer',
    :'plaid_non_oauth_authentication_attempts_count_3d' => :'Integer',
    :'plaid_non_oauth_authentication_attempts_count_7d' => :'Integer',
    :'plaid_non_oauth_authentication_attempts_count_30d' => :'Integer',
    :'failed_plaid_non_oauth_authentication_attempts_count_3d' => :'Integer',
    :'failed_plaid_non_oauth_authentication_attempts_count_7d' => :'Integer',
    :'failed_plaid_non_oauth_authentication_attempts_count_30d' => :'Integer',
    :'debit_transactions_count_10d' => :'Integer',
    :'credit_transactions_count_10d' => :'Integer',
    :'debit_transactions_count_30d' => :'Integer',
    :'credit_transactions_count_30d' => :'Integer',
    :'debit_transactions_count_60d' => :'Integer',
    :'credit_transactions_count_60d' => :'Integer',
    :'debit_transactions_count_90d' => :'Integer',
    :'credit_transactions_count_90d' => :'Integer',
    :'total_debit_transactions_amount_30d' => :'Float',
    :'total_credit_transactions_amount_30d' => :'Float',
    :'total_debit_transactions_amount_60d' => :'Float',
    :'total_credit_transactions_amount_60d' => :'Float',
    :'total_debit_transactions_amount_90d' => :'Float',
    :'total_credit_transactions_amount_90d' => :'Float',
    :'p50_eod_balance_30d' => :'Float',
    :'p50_eod_balance_60d' => :'Float',
    :'p50_eod_balance_90d' => :'Float',
    :'p50_eod_balance_31d_to_60d' => :'Float',
    :'p50_eod_balance_61d_to_90d' => :'Float',
    :'p90_eod_balance_31d_to_60d' => :'Float',
    :'p90_eod_balance_61d_to_90d' => :'Float',
    :'p10_eod_balance_31d_to_60d' => :'Float',
    :'p10_eod_balance_61d_to_90d' => :'Float',
    :'transactions_last_updated' => :'Time',
    :'is_account_closed' => :'Boolean',
    :'is_account_frozen_or_restricted' => :'Boolean',
    :'distinct_ip_addresses_count_3d' => :'Integer',
    :'distinct_ip_addresses_count_7d' => :'Integer',
    :'distinct_ip_addresses_count_30d' => :'Integer',
    :'distinct_ip_addresses_count_90d' => :'Integer',
    :'distinct_user_agents_count_3d' => :'Integer',
    :'distinct_user_agents_count_7d' => :'Integer',
    :'distinct_user_agents_count_30d' => :'Integer',
    :'distinct_user_agents_count_90d' => :'Integer',
    :'distinct_ssl_tls_connection_sessions_count_3d' => :'Integer',
    :'distinct_ssl_tls_connection_sessions_count_7d' => :'Integer',
    :'distinct_ssl_tls_connection_sessions_count_30d' => :'Integer',
    :'distinct_ssl_tls_connection_sessions_count_90d' => :'Integer',
    :'days_since_account_opening' => :'Integer'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 873

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      unauthorized_transactions_count_7d == o.unauthorized_transactions_count_7d &&
      unauthorized_transactions_count_30d == o.unauthorized_transactions_count_30d &&
      unauthorized_transactions_count_60d == o.unauthorized_transactions_count_60d &&
      unauthorized_transactions_count_90d == o.unauthorized_transactions_count_90d &&
      nsf_overdraft_transactions_count_7d == o.nsf_overdraft_transactions_count_7d &&
      nsf_overdraft_transactions_count_30d == o.nsf_overdraft_transactions_count_30d &&
      nsf_overdraft_transactions_count_60d == o.nsf_overdraft_transactions_count_60d &&
      nsf_overdraft_transactions_count_90d == o.nsf_overdraft_transactions_count_90d &&
      days_since_first_plaid_connection == o.days_since_first_plaid_connection &&
      plaid_connections_count_7d == o.plaid_connections_count_7d &&
      plaid_connections_count_30d == o.plaid_connections_count_30d &&
      total_plaid_connections_count == o.total_plaid_connections_count &&
       == o. &&
      total_credit_transactions_amount_10d == o.total_credit_transactions_amount_10d &&
      total_debit_transactions_amount_10d == o.total_debit_transactions_amount_10d &&
      p50_credit_transactions_amount_28d == o.p50_credit_transactions_amount_28d &&
      p50_debit_transactions_amount_28d == o.p50_debit_transactions_amount_28d &&
      p95_credit_transactions_amount_28d == o.p95_credit_transactions_amount_28d &&
      p95_debit_transactions_amount_28d == o.p95_debit_transactions_amount_28d &&
      days_with_negative_balance_count_90d == o.days_with_negative_balance_count_90d &&
      p90_eod_balance_30d == o.p90_eod_balance_30d &&
      p90_eod_balance_60d == o.p90_eod_balance_60d &&
      p90_eod_balance_90d == o.p90_eod_balance_90d &&
      p10_eod_balance_30d == o.p10_eod_balance_30d &&
      p10_eod_balance_60d == o.p10_eod_balance_60d &&
      p10_eod_balance_90d == o.p10_eod_balance_90d &&
      available_balance == o.available_balance &&
      current_balance == o.current_balance &&
      balance_last_updated == o.balance_last_updated &&
      phone_change_count_28d == o.phone_change_count_28d &&
      phone_change_count_90d == o.phone_change_count_90d &&
      email_change_count_28d == o.email_change_count_28d &&
      email_change_count_90d == o.email_change_count_90d &&
      address_change_count_28d == o.address_change_count_28d &&
      address_change_count_90d == o.address_change_count_90d &&
      plaid_non_oauth_authentication_attempts_count_3d == o.plaid_non_oauth_authentication_attempts_count_3d &&
      plaid_non_oauth_authentication_attempts_count_7d == o.plaid_non_oauth_authentication_attempts_count_7d &&
      plaid_non_oauth_authentication_attempts_count_30d == o.plaid_non_oauth_authentication_attempts_count_30d &&
      failed_plaid_non_oauth_authentication_attempts_count_3d == o.failed_plaid_non_oauth_authentication_attempts_count_3d &&
      failed_plaid_non_oauth_authentication_attempts_count_7d == o.failed_plaid_non_oauth_authentication_attempts_count_7d &&
      failed_plaid_non_oauth_authentication_attempts_count_30d == o.failed_plaid_non_oauth_authentication_attempts_count_30d &&
      debit_transactions_count_10d == o.debit_transactions_count_10d &&
      credit_transactions_count_10d == o.credit_transactions_count_10d &&
      debit_transactions_count_30d == o.debit_transactions_count_30d &&
      credit_transactions_count_30d == o.credit_transactions_count_30d &&
      debit_transactions_count_60d == o.debit_transactions_count_60d &&
      credit_transactions_count_60d == o.credit_transactions_count_60d &&
      debit_transactions_count_90d == o.debit_transactions_count_90d &&
      credit_transactions_count_90d == o.credit_transactions_count_90d &&
      total_debit_transactions_amount_30d == o.total_debit_transactions_amount_30d &&
      total_credit_transactions_amount_30d == o.total_credit_transactions_amount_30d &&
      total_debit_transactions_amount_60d == o.total_debit_transactions_amount_60d &&
      total_credit_transactions_amount_60d == o.total_credit_transactions_amount_60d &&
      total_debit_transactions_amount_90d == o.total_debit_transactions_amount_90d &&
      total_credit_transactions_amount_90d == o.total_credit_transactions_amount_90d &&
      p50_eod_balance_30d == o.p50_eod_balance_30d &&
      p50_eod_balance_60d == o.p50_eod_balance_60d &&
      p50_eod_balance_90d == o.p50_eod_balance_90d &&
      p50_eod_balance_31d_to_60d == o.p50_eod_balance_31d_to_60d &&
      p50_eod_balance_61d_to_90d == o.p50_eod_balance_61d_to_90d &&
      p90_eod_balance_31d_to_60d == o.p90_eod_balance_31d_to_60d &&
      p90_eod_balance_61d_to_90d == o.p90_eod_balance_61d_to_90d &&
      p10_eod_balance_31d_to_60d == o.p10_eod_balance_31d_to_60d &&
      p10_eod_balance_61d_to_90d == o.p10_eod_balance_61d_to_90d &&
      transactions_last_updated == o.transactions_last_updated &&
       == o. &&
       == o. &&
      distinct_ip_addresses_count_3d == o.distinct_ip_addresses_count_3d &&
      distinct_ip_addresses_count_7d == o.distinct_ip_addresses_count_7d &&
      distinct_ip_addresses_count_30d == o.distinct_ip_addresses_count_30d &&
      distinct_ip_addresses_count_90d == o.distinct_ip_addresses_count_90d &&
      distinct_user_agents_count_3d == o.distinct_user_agents_count_3d &&
      distinct_user_agents_count_7d == o.distinct_user_agents_count_7d &&
      distinct_user_agents_count_30d == o.distinct_user_agents_count_30d &&
      distinct_user_agents_count_90d == o.distinct_user_agents_count_90d &&
      distinct_ssl_tls_connection_sessions_count_3d == o.distinct_ssl_tls_connection_sessions_count_3d &&
      distinct_ssl_tls_connection_sessions_count_7d == o.distinct_ssl_tls_connection_sessions_count_7d &&
      distinct_ssl_tls_connection_sessions_count_30d == o.distinct_ssl_tls_connection_sessions_count_30d &&
      distinct_ssl_tls_connection_sessions_count_90d == o.distinct_ssl_tls_connection_sessions_count_90d &&
       == o.
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 1004

def _deserialize(type, value)
  case type.to_sym
  when :Time
    Time.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    # models (e.g. Pet) or oneOf
    klass = Plaid.const_get(type)
    klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 1075

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 980

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  attributes = attributes.transform_keys(&:to_sym)
  self.class.openapi_types.each_pair do |key, type|
    if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
      self.send("#{key}=", nil)
    elsif type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


960
961
962
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 960

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



966
967
968
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 966

def hash
  [unauthorized_transactions_count_7d, unauthorized_transactions_count_30d, unauthorized_transactions_count_60d, unauthorized_transactions_count_90d, nsf_overdraft_transactions_count_7d, nsf_overdraft_transactions_count_30d, nsf_overdraft_transactions_count_60d, nsf_overdraft_transactions_count_90d, days_since_first_plaid_connection, plaid_connections_count_7d, plaid_connections_count_30d, total_plaid_connections_count, , total_credit_transactions_amount_10d, total_debit_transactions_amount_10d, p50_credit_transactions_amount_28d, p50_debit_transactions_amount_28d, p95_credit_transactions_amount_28d, p95_debit_transactions_amount_28d, days_with_negative_balance_count_90d, p90_eod_balance_30d, p90_eod_balance_60d, p90_eod_balance_90d, p10_eod_balance_30d, p10_eod_balance_60d, p10_eod_balance_90d, available_balance, current_balance, balance_last_updated, phone_change_count_28d, phone_change_count_90d, email_change_count_28d, email_change_count_90d, address_change_count_28d, address_change_count_90d, plaid_non_oauth_authentication_attempts_count_3d, plaid_non_oauth_authentication_attempts_count_7d, plaid_non_oauth_authentication_attempts_count_30d, failed_plaid_non_oauth_authentication_attempts_count_3d, failed_plaid_non_oauth_authentication_attempts_count_7d, failed_plaid_non_oauth_authentication_attempts_count_30d, debit_transactions_count_10d, credit_transactions_count_10d, debit_transactions_count_30d, credit_transactions_count_30d, debit_transactions_count_60d, credit_transactions_count_60d, debit_transactions_count_90d, credit_transactions_count_90d, total_debit_transactions_amount_30d, total_credit_transactions_amount_30d, total_debit_transactions_amount_60d, total_credit_transactions_amount_60d, total_debit_transactions_amount_90d, total_credit_transactions_amount_90d, p50_eod_balance_30d, p50_eod_balance_60d, p50_eod_balance_90d, p50_eod_balance_31d_to_60d, p50_eod_balance_61d_to_90d, p90_eod_balance_31d_to_60d, p90_eod_balance_61d_to_90d, p10_eod_balance_31d_to_60d, p10_eod_balance_61d_to_90d, transactions_last_updated, , , distinct_ip_addresses_count_3d, distinct_ip_addresses_count_7d, distinct_ip_addresses_count_30d, distinct_ip_addresses_count_90d, distinct_user_agents_count_3d, distinct_user_agents_count_7d, distinct_user_agents_count_30d, distinct_user_agents_count_90d, distinct_ssl_tls_connection_sessions_count_3d, distinct_ssl_tls_connection_sessions_count_7d, distinct_ssl_tls_connection_sessions_count_30d, distinct_ssl_tls_connection_sessions_count_90d, ].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



860
861
862
863
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 860

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



1051
1052
1053
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 1051

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 1057

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    if value.nil?
      is_nullable = self.class.openapi_nullable.include?(attr)
      next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
    end

    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



1045
1046
1047
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 1045

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



867
868
869
# File 'lib/plaid/models/signal_evaluate_core_attributes.rb', line 867

def valid?
  true
end