Method: MoneyKit::HTTPValidationError.attribute_map

Defined in:
lib/moneykit/models/http_validation_error.rb

.attribute_mapObject

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



50
51
52
53
54
55
56
57
# File 'lib/moneykit/models/http_validation_error.rb', line 50

def self.attribute_map
  {
    :'error_code' => :'error_code',
    :'error_message' => :'error_message',
    :'documentation_url' => :'documentation_url',
    :'validation_errors' => :'validation_errors'
  }
end