15 lines
		
	
	
		
			329 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			329 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package shipment
 | |
| 
 | |
| type Shipment struct {
 | |
| 	Sale               sale
 | |
| 	Cost               cost
 | |
| 	SaleProduct        saleProduct
 | |
| 	Audit              audit
 | |
| 	CustomsCost        customsCost
 | |
| 	Gift               gift
 | |
| 	Serial             serial
 | |
| 	Customs            customs
 | |
| 	ExchangeSettlement exchangeSettlement
 | |
| 	Modify             modify
 | |
| }
 |