Method: UltracartClient::SovosConfig.attribute_map

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

.attribute_mapObject

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



40
41
42
43
44
45
46
47
48
49
50
# File 'lib/ultracart_api/models/sovos_config.rb', line 40

def self.attribute_map
  {
    :'access_key' => :'access_key',
    :'estimate_only' => :'estimate_only',
    :'last_test_dts' => :'last_test_dts',
    :'secret_key' => :'secret_key',
    :'send_test_orders' => :'send_test_orders',
    :'test_results' => :'test_results',
    :'uat' => :'uat'
  }
end