add partner product code
This commit is contained in:
		
							parent
							
								
									1384cae433
								
							
						
					
					
						commit
						dfdccfa86a
					
				| 
						 | 
					@ -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 ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue