Method: ElectronApi::UpdateCardClientResponseVO.attribute_map

Defined in:
lib/electron_api/models/update_card_client_response_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/electron_api/models/update_card_client_response_vo.rb', line 28

def self.attribute_map
  {
    :'message' => :'message',
    :'nucleus_client_id' => :'nucleus_client_id',
    :'vendor_name' => :'vendor_name',
    :'vendor_request_data' => :'vendor_request_data',
    :'vendor_response' => :'vendor_response'
  }
end