add response

This commit is contained in:
tuannt20 2022-11-29 13:54:39 +07:00
parent 83e9aef3c9
commit aff5a872e3
1 changed files with 1 additions and 0 deletions

View File

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