Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 867 Bytes

ContractItem.md

File metadata and controls

16 lines (12 loc) · 867 Bytes

ContractItem

Properties

Name Type Description Notes
id string The ID of the item. [optional]
name string The name of the item. [optional]
description string A description of the item. [optional]
type string The type of the item. [optional]
price double The price of the item. [optional]
quantity int The quantity of the item. [optional]
one_time_item bool When `true`, indicates that the item is charged only once.<br /> When `false`, indicates that the item is charged multiple times. [optional]

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