Method: IntegrationApi::BrokerageTransactionVO.swagger_types
- Defined in:
- lib/integration_api/models/brokerage_transaction_vo.rb
.swagger_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 49 50 51 |
# File 'lib/integration_api/models/brokerage_transaction_vo.rb', line 42 def self.swagger_types { :'message' => :'String', :'nucleus_portfolio_id' => :'String', :'nucleus_transactions_posted' => :'Object', :'status' => :'String', :'vendor_name' => :'String', :'vendor_response' => :'Object' } end |