Method: OpenapiClient::Address.openapi_types

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

.openapi_typesObject

Attribute type mapping.



53
54
55
56
57
58
59
60
61
62
63
# File 'lib/openapi_client/models/address.rb', line 53

def self.openapi_types
  {
    :'company' => :'String',
    :'address1' => :'String',
    :'address2' => :'String',
    :'city' => :'String',
    :'region' => :'String',
    :'postal_code' => :'String',
    :'country' => :'String'
  }
end