Method: UltracartClient::AutoOrdersResponse.attribute_map

Defined in:
lib/ultracart_api/models/auto_orders_response.rb

.attribute_mapObject

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



30
31
32
33
34
35
36
37
38
# File 'lib/ultracart_api/models/auto_orders_response.rb', line 30

def self.attribute_map
  {
    :'auto_orders' => :'auto_orders',
    :'error' => :'error',
    :'metadata' => :'metadata',
    :'success' => :'success',
    :'warning' => :'warning'
  }
end