Benjamin Douglas 34d9dca5e7 Update samples to current code/scripts
This is the result of

  - `$ git checkout master`
  - `$ bin/run-all-petstore`

No change was made to the code, just ran the aggregate sample generation
script.
2017-05-02 10:33:06 -07:00

577 B

SWGOrder

Properties

Name Type Description Notes
_id NSNumber* [optional]
petId NSNumber* [optional]
quantity NSNumber* [optional]
shipDate NSDate* [optional]
status NSString* Order Status [optional]
complete NSNumber* [optional] [default to @0]

[Back to Model list] [Back to API list] [Back to README]