Method: IntegrationApi::BrokerageOrderVO.swagger_types

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

.swagger_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
49
50
51
# File 'lib/integration_api/models/brokerage_order_vo.rb', line 42

def self.swagger_types
  {
    :'message' => :'String',
    :'nucleus_order_id' => :'String',
    :'order_status_id' => :'String',
    :'status' => :'String',
    :'vendor_name' => :'String',
    :'vendor_response' => :'Object'
  }
end