viettel-ffm #175

Merged
sinhluu merged 2 commits from viettel-ffm into master 2024-07-11 03:01:11 +00:00
1 changed files with 6 additions and 5 deletions
Showing only changes of commit dfdccfa86a - Show all commits

View File

@ -42,6 +42,7 @@ type OutboundRequestItem struct {
UnitCode string `json:"unitCode"` UnitCode string `json:"unitCode"`
Price float64 `json:"price"` Price float64 `json:"price"`
Name string `json:"name"` Name string `json:"name"`
PartnerProductCode string `json:"partnerProductCode"`
} }
// CustomerInfo ... // CustomerInfo ...