update #148

Merged
minhnguyen merged 1 commits from feature/saving-campaign-bk into develop 2023-03-14 04:47:31 +00:00
1 changed files with 1 additions and 0 deletions

View File

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