Skip to content

Commit 638d74e

Browse files
committed
Adding SIMPLE product enum
SIMPLE subscription product enum was missing, thus the yaml file has been updated to add it into the product.cs file.
1 parent 98066c6 commit 638d74e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

xero-app-store.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,13 @@ components:
469469
* FIXED: Customers are charged a fixed amount for each billing period
470470
* PER_SEAT: Customers are charged based on the number of units they purchase
471471
* METERED: Customers are charged per use of this product
472+
* SIMPLE: Customers are charged on a fixed amount for each billing period with an optional add-on feature
472473
type: string
473474
enum:
474475
- FIXED
475476
- PER_SEAT
476477
- METERED
478+
- SIMPLE
477479
usageUnit:
478480
description: The unit of the usage product. e.g. "user", "minutes", "SMS", etc
479481
type: string

0 commit comments

Comments
 (0)