Skip to content

Commit

Permalink
missing SKu types
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Jun 13, 2024
1 parent f52afff commit 02966ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/dpp/sku.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ namespace dpp {
* @brief The type of SKU.
* */
enum sku_type : uint8_t {
/**
* @brief Represents a durable one-time purchase
*/
DURABLE = 2,
/**
* @brief Consumable one-time purchase
*/
CONSUMABLE = 3,
/**
* @brief Represents a recurring subscription
*/
Expand Down

0 comments on commit 02966ec

Please sign in to comment.