Method: Plaid::Counterparty.openapi_nullable
- Defined in:
- lib/plaid/models/counterparty.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
97 98 99 100 101 102 103 104 105 106 |
# File 'lib/plaid/models/counterparty.rb', line 97 def self.openapi_nullable Set.new([ :'entity_id', :'website', :'logo_url', :'confidence_level', :'phone_number', :'account_numbers' ]) end |