add json tag
This commit is contained in:
		
							parent
							
								
									943fff292d
								
							
						
					
					
						commit
						26a116a2a4
					
				| 
						 | 
					@ -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 ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue