feature/campaign-completed #92

Merged
Ghost merged 2 commits from feature/campaign-completed into develop 2022-11-29 06:56:54 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit aff5a872e3 - Show all commits

View File

@ -25,6 +25,7 @@ type ResponseNatsCampaignTransaction struct {
RejectedBy primitive.ObjectID `json:"rejectedBy,omitempty"` RejectedBy primitive.ObjectID `json:"rejectedBy,omitempty"`
ApprovedAt string `json:"approvedAt,omitempty"` ApprovedAt string `json:"approvedAt,omitempty"`
RejectedAt string `json:"rejectedAt,omitempty"` RejectedAt string `json:"rejectedAt,omitempty"`
CompletedAt string `json:"completedAt,omitempty"`
} }
// ResponseCampaignShortInfo ... // ResponseCampaignShortInfo ...