Method: AliseeksApi::ProductReview.openapi_types

Defined in:
lib/aliseeks_api/models/product_review.rb

.openapi_typesObject

Attribute type mapping.



69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# File 'lib/aliseeks_api/models/product_review.rb', line 69

def self.openapi_types
  {
    :'buyer_name' => :'String',
    :'buyer_country' => :'String',
    :'buyer_rating' => :'Float',
    :'review_date' => :'String',
    :'review' => :'String',
    :'translated_review' => :'String',
    :'images' => :'Array<String>',
    :'shipping' => :'String',
    :'sku_information' => :'String',
    :'down_votes' => :'Float',
    :'up_votes' => :'Float'
  }
end