mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-10 00:21:19 +00:00
622 B
622 B
::Object::Order
Load the model package
use ::Object::Order;
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | [optional] | |
| pet_id | int | [optional] | |
| quantity | int | [optional] | |
| ship_date | \DateTime | [optional] | |
| status | string | Order Status | [optional] |
| complete | bool | [optional] |