Method: VoucherifySdk::Product.openapi_types

Defined in:
lib/VoucherifySdk/models/product.rb

.openapi_typesObject

Attribute type mapping.



96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# File 'lib/VoucherifySdk/models/product.rb', line 96

def self.openapi_types
  {
    :'id' => :'String',
    :'source_id' => :'String',
    :'name' => :'String',
    :'price' => :'Integer',
    :'attributes' => :'Array<String>',
    :'metadata' => :'Object',
    :'image_url' => :'String',
    :'created_at' => :'Time',
    :'updated_at' => :'Time',
    :'object' => :'String',
    :'skus' => :'SkusListForProduct'
  }
end