Method: IntegrationApi::BaasTransactionsVO.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



28
29
30
31
32
33
34
35
36
# File 'lib/integration_api/models/baas_transactions_vo.rb', line 28

def self.attribute_map
  {
    :'message' => :'message',
    :'nucleus_portfolio_id' => :'nucleus_portfolio_id',
    :'nucleus_transactions_posted' => :'nucleus_transactions_posted',
    :'nucleus_transactions_updated' => :'nucleus_transactions_updated',
    :'vendor_name' => :'vendor_name'
  }
end