Method: Plaid::ConsumerReportUserIdentity.openapi_nullable

Defined in:
lib/plaid/models/consumer_report_user_identity.rb

.openapi_nullableObject

List of attributes with nullable: true



76
77
78
79
80
81
82
# File 'lib/plaid/models/consumer_report_user_identity.rb', line 76

def self.openapi_nullable
  Set.new([
    :'ssn_full',
    :'ssn_last_4',
    :'date_of_birth',
  ])
end