25 lines
		
	
	
		
			583 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			583 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | 
 | ||
|  | # Order
 | ||
|  | 
 | ||
|  | ## Properties
 | ||
|  | Name | Type | Description | Notes | ||
|  | ------------ | ------------- | ------------- | ------------- | ||
|  | **id** | **Long** |  |  [optional] | ||
|  | **petId** | **Long** |  |  [optional] | ||
|  | **quantity** | **Integer** |  |  [optional] | ||
|  | **shipDate** | [**DateTime**](DateTime.md) |  |  [optional] | ||
|  | **status** | [**StatusEnum**](#StatusEnum) | Order Status |  [optional] | ||
|  | **complete** | **Boolean** |  |  [optional] | ||
|  | 
 | ||
|  | 
 | ||
|  | <a name="StatusEnum"></a> | ||
|  | ## Enum: StatusEnum
 | ||
|  | Name | Value | ||
|  | ---- | ----- | ||
|  | PLACED | "placed" | ||
|  | APPROVED | "approved" | ||
|  | DELIVERED | "delivered" | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 |