Method: Printful::AddressInfo.openapi_types

Defined in:
lib/printful_client/models/address_info.rb

.openapi_typesObject

Attribute type mapping.



55
56
57
58
59
60
61
62
63
64
# File 'lib/printful_client/models/address_info.rb', line 55

def self.openapi_types
  {
    :'address1' => :'String',
    :'city' => :'String',
    :'country_code' => :'String',
    :'state_code' => :'String',
    :'zip' => :'String',
    :'phone' => :'String'
  }
end