Method: OpenapiClient::AVSResponse.attribute_map
- Defined in:
- lib/openapi_client/models/avs_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 |
# File 'lib/openapi_client/models/avs_response.rb', line 50 def self.attribute_map { :'street_match' => :'streetMatch', :'postal_code_match' => :'postalCodeMatch', :'association_avs_response' => :'associationAvsResponse' } end |