diff --git a/xero-app-store.yaml b/xero-app-store.yaml index 7cbddcaef..ddcb06f69 100644 --- a/xero-app-store.yaml +++ b/xero-app-store.yaml @@ -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