Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 866 Bytes

OrderItem.md

File metadata and controls

14 lines (10 loc) · 866 Bytes

OrderItem

Properties

Name Type Description Notes
id UUID ID of the item. UUID Version 4.
title String The title of the item. [optional]
description String The description of the item. [optional]
amount Int A positive integer in the smallest currency unit (that is, 100 cents for $1.00) representing the cost of a single instance of this item. This is multiplied by the quantity to calculate what was or will be charged. [optional]
quantity Int A positive integer representing the number of instances of this item that was or will be charged. [optional]

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