Method: IntegrationApi::CustomerAddress.swagger_types

Defined in:
lib/integration_api/models/customer_address.rb

.swagger_typesObject

Attribute type mapping.



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

def self.swagger_types
  {
    :'address_line1' => :'String',
    :'address_line2' => :'String',
    :'city' => :'String',
    :'country' => :'String',
    :'postalcode' => :'String',
    :'state' => :'String',
    :'type' => :'String'
  }
end