Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 973 Bytes

File metadata and controls

16 lines (13 loc) · 973 Bytes

# ReviewWebhookReview

Properties

Name Type Description Notes
id string Platform review ID (e.g. "accounts/123/locations/456/reviews/789" for Google Business).
platform string Platform the review originated on. Currently Google Business Profile only.
rating int Star rating the reviewer gave.
text string Review text content. May be empty if the reviewer left only a rating.
reviewer \Zernio\Model\ReviewWebhookReviewReviewer
created_at \DateTime
has_reply bool Whether the connected account has replied to this review.
reply \Zernio\Model\ReviewWebhookReviewReply [optional]

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