Method: Printful::FileType.openapi_types
- Defined in:
- lib/printful_client/models/file_type.rb
.openapi_types ⇒ Object
Attribute type mapping.
50 51 52 53 54 55 56 57 58 |
# File 'lib/printful_client/models/file_type.rb', line 50 def self.openapi_types { :'id' => :'String', :'type' => :'String', :'title' => :'String', :'additional_price' => :'String', :'options' => :'Array<CatalogFileOption>' } end |