Method: IntegrationApi::Acquiree.swagger_types

Defined in:
lib/integration_api/models/acquiree.rb

.swagger_typesObject

Attribute type mapping.



33
34
35
36
37
38
39
# File 'lib/integration_api/models/acquiree.rb', line 33

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'symbol' => :'String'
  }
end