Method: Printful::Country.openapi_types

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

.openapi_typesObject

Attribute type mapping.



44
45
46
47
48
49
50
51
# File 'lib/printful_client/models/country.rb', line 44

def self.openapi_types
  {
    :'code' => :'String',
    :'name' => :'String',
    :'states' => :'Array<State>',
    :'region' => :'String'
  }
end