Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions xero-app-store.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,13 @@ components:
* FIXED: Customers are charged a fixed amount for each billing period
* PER_SEAT: Customers are charged based on the number of units they purchase
* METERED: Customers are charged per use of this product
* SIMPLE: Customers are charged on a fixed amount for each billing period with an optional add-on feature
type: string
enum:
- FIXED
- PER_SEAT
- METERED
- SIMPLE
usageUnit:
description: The unit of the usage product. e.g. "user", "minutes", "SMS", etc
type: string
Expand Down
Loading