Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.47 KB

File metadata and controls

20 lines (16 loc) · 1.47 KB

petstore_api.model.order.Order

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
id decimal.Decimal, int, decimal.Decimal, [optional] value must be a 64 bit integer
petId decimal.Decimal, int, decimal.Decimal, [optional] value must be a 64 bit integer
quantity decimal.Decimal, int, decimal.Decimal, [optional] value must be a 32 bit integer
shipDate str, datetime, str, [optional] value must conform to RFC-3339 date-time
status str, str, Order Status [optional] must be one of ["placed", "approved", "delivered", ]
complete bool, BoolClass, [optional] if omitted the server will use the default value of False
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

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