mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
* Perl: separate date and DateTime - Since the json values to be returned are different for date and DateTime, they are managed separately * Per: Enforcing Perl types to openAPI types Perl JSON values return different types depending on the context, so look at openapi's type and modify the type. * generate samples * generate docs * add perl test (json types)
663 B
663 B
WWW::OpenAPIClient::Object::Order
Load the model package
use WWW::OpenAPIClient::Object::Order;
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | int | [optional] | |
pet_id | int | [optional] | |
quantity | int | [optional] | |
ship_date | DATE_TIME | [optional] | |
status | string | Order Status | [optional] |
complete | boolean | [optional] [default to false] |