Method: Plaid::Counterparty.openapi_types

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

.openapi_typesObject

Attribute type mapping.



83
84
85
86
87
88
89
90
91
92
93
94
# File 'lib/plaid/models/counterparty.rb', line 83

def self.openapi_types
  {
    :'name' => :'String',
    :'entity_id' => :'String',
    :'type' => :'CounterpartyType',
    :'website' => :'String',
    :'logo_url' => :'String',
    :'confidence_level' => :'String',
    :'phone_number' => :'String',
    :'account_numbers' => :'CounterpartyNumbers'
  }
end