Develop #22

Merged
luuvansinh merged 56 commits from develop into master 2022-09-13 02:28:19 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 26a116a2a4 - Show all commits

View File

@ -12,7 +12,7 @@ type OutboundRequestPayload struct {
TPLCode string `json:"tplCode"` TPLCode string `json:"tplCode"`
Customer CustomerInfo `json:"customer"` Customer CustomerInfo `json:"customer"`
Items []OutboundRequestItem `json:"items"` Items []OutboundRequestItem `json:"items"`
Insurance *InsuranceOpts Insurance *InsuranceOpts `json:"insurance"`
} }
// InsuranceOpts ... // InsuranceOpts ...