Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 829 Bytes

ProductReview2.md

File metadata and controls

20 lines (15 loc) · 829 Bytes

woocommerce_client.model.ProductReview2

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
productId int Unique identifier for the product that the review belongs to. [optional]
status String Status of the review. [optional]
reviewer String Reviewer name. [optional]
reviewerEmail String Reviewer email. [optional]
review String The content of the review. [optional]
rating int Review rating (0 to 5). [optional]

[Back to Model list] [Back to API list] [Back to README]