Method: OpenapiClient::AddressResponse.openapi_types

Defined in:
lib/openapi_client/models/address_response.rb

.openapi_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
77
# File 'lib/openapi_client/models/address_response.rb', line 69

def self.openapi_types
  {
    :'street_address' => :'String',
    :'locality' => :'String',
    :'administrative_area' => :'String',
    :'country' => :'String',
    :'post_code' => :'String'
  }
end