Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 667 Bytes

ProductVariant.md

File metadata and controls

14 lines (9 loc) · 667 Bytes

ProductVariant

Properties

Name Type Description Notes
id String ID of the product variant. UUID Version 4.
title String The title of the product variant.
price i32 A positive integer in the smallest currency unit (that is, 100 cents for $1.00) representing the price of the product variant.
duration Option<i32> The duration of the product item, in minutes. [optional]

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