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] |
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.