Merge pull request 'update' (#148) from feature/saving-campaign-bk into develop

Reviewed-on: #148
This commit is contained in:
Minh Nguyen 2023-03-14 04:47:30 +00:00
commit ff408fd394
1 changed files with 1 additions and 0 deletions

View File

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