Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 962 Bytes

OrderType.md

File metadata and controls

18 lines (13 loc) · 962 Bytes

OrderType

Properties

Name Type Description Notes
id str A unique identifier for an object. [optional] [readonly]
name str [optional]
default bool [optional]
updated_by str, none_type The user who last updated the object. [optional] [readonly]
created_by str, none_type The user who created the object. [optional] [readonly]
updated_at datetime, none_type The date and time when the object was last updated. [optional] [readonly]
created_at datetime, none_type The date and time when the object was created. [optional] [readonly]
pass_through PassThroughBody [optional]

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