forked from loafle/openapi-generator-original
		
	* Issue #10591 kotlin enum defaultValue * Updated sample * Register sample Co-authored-by: Eric Durand-Tremblay <etremblay@kronostechnologies.com>
		
			
				
	
	
	
		
			566 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			566 B
		
	
	
	
	
	
	
	
Order
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| id | kotlin.Long | [optional] | |
| petId | kotlin.Long | [optional] | |
| quantity | kotlin.Int | [optional] | |
| shipDate | java.time.OffsetDateTime | [optional] | |
| status | inline | Order Status | [optional] | 
| complete | kotlin.Boolean | [optional] | 
Enum: status
| Name | Value | 
|---|---|
| status | placed, approved, delivered |