* BAEL-3304 - Add openapi generator client * BAEL-3304 - Add openapi generator client * BAEL-3304 - Add openapi generator client to root module * Remove .gitignore
		
			
				
	
	
		
			28 lines
		
	
	
		
			573 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			573 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
 | 
						|
 | 
						|
# Order
 | 
						|
 | 
						|
## Properties
 | 
						|
 | 
						|
Name | Type | Description | Notes
 | 
						|
------------ | ------------- | ------------- | -------------
 | 
						|
**id** | **Long** |  |  [optional]
 | 
						|
**petId** | **Long** |  |  [optional]
 | 
						|
**quantity** | **Integer** |  |  [optional]
 | 
						|
**shipDate** | [**OffsetDateTime**](OffsetDateTime.md) |  |  [optional]
 | 
						|
**status** | [**StatusEnum**](#StatusEnum) | Order Status |  [optional]
 | 
						|
**complete** | **Boolean** |  |  [optional]
 | 
						|
 | 
						|
 | 
						|
 | 
						|
## Enum: StatusEnum
 | 
						|
 | 
						|
Name | Value
 | 
						|
---- | -----
 | 
						|
PLACED | "placed"
 | 
						|
APPROVED | "approved"
 | 
						|
DELIVERED | "delivered"
 | 
						|
 | 
						|
 | 
						|
 |