This commit is contained in:
Nguyen Minh 2023-03-14 11:47:16 +07:00
parent 41b79b4ae8
commit 71d674b74c
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ type GenerateVoucherPromotion struct {
TargetID primitive.ObjectID `json:"targetId"` TargetID primitive.ObjectID `json:"targetId"`
TargetType string `json:"targetType"` TargetType string `json:"targetType"`
Options GenerateVoucherPromotionOptions `json:"options"` Options GenerateVoucherPromotionOptions `json:"options"`
Seller primitive.ObjectID `json:"seller"`
} }
// GenerateVoucherPromotionOptions ... // GenerateVoucherPromotionOptions ...