add methods for returns

This commit is contained in:
diPhantxm
2023-03-15 23:07:29 +03:00
parent 2566f85da3
commit dc6e28497a
4 changed files with 410 additions and 1 deletions

View File

@@ -883,7 +883,7 @@ type GetProductsRatingBySKUResponse struct {
Description string `json:"description"`
// Indication that the condition is met
Fulfilled bool `json:'fulfilled"`
Fulfilled bool `json:"fulfilled"`
// Condition identifier
Key string `json:"key"`