Skip to content

Commit a8920dd

Browse files
authored
Adding SIMPLE product enum (#724)
Adding SIMPLE product enum (#724)
1 parent 165aa16 commit a8920dd

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)