saving campaign #153

Merged
minhnguyen merged 10 commits from feature/saving-campaign-bk into master 2023-03-24 07:25:45 +00:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 2f64f1fa37 - Show all commits

View File

@ -4,11 +4,11 @@ import "time"
// ResponseSellerInfo ...
type ResponseSellerInfo struct {
ID string `json:"_id"`
Name string `json:"name"`
Code string `json:"code"`
PlanPackage *SellerPlanPackageInfo `json:"planPackage,omitempty"`
CashRemaining float64 `json:"cashRemaining"`
ID string `json:"_id"`
Name string `json:"name"`
Code string `json:"code"`
IsAccountPro bool `json:"isAccountPro"`
CashRemaining float64 `json:"cashRemaining"`
}
// ResponseListSellerInfo ...