Skip to content

Commit 0b7e1c2

Browse files
committed
Fix typo
1 parent dd1e280 commit 0b7e1c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/includes/_aviate-catalog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ Represents a price. It has the following attributes:
7878

7979
Represents a usage. It has the following attributes:
8080

81-
| Name | Type | Generated by | Description |
82-
|---------------------|------------------|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
83-
| **usageName** | string | user | Usage name |
84-
| **usageType** | string | user | Usage type (One of `CONSUMABLE/CAPACITY`. Only `CONSUMABLE` supported at the time of writing) |
85-
| **prettyName** | string | user | Pretty name for the usage |
81+
| Name | Type | Generated by | Description |
82+
|---------------------|------------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
83+
| **usageName** | string | user | Usage name |
84+
| **usageType** | string | user | Usage type (One of `CONSUMABLE/CAPACITY`. Only `CONSUMABLE` supported at the time of writing) |
85+
| **prettyName** | string | user | Pretty name for the usage |
8686
| **billingPeriod** | string | user | Recurring billing period. One of the value listed [here](https://github.com/killbill/killbill-api/blob/master/src/main/java/org/killbill/billing/catalog/api/BillingPeriod.java) |
87-
| **tierBlockPolicy** | string | user | The tier block policy (One of `ALL_TIER/TOP_TIER`). Applicable only for `CONSUMABLE` usage type. |
88-
| **tiers** | List of TierData | user | Usage price tiers |
87+
| **tierBlockPolicy** | string | user | The tier block policy (One of `ALL_TIERS/TOP_TIER`). Applicable only for `CONSUMABLE` usage type. |
88+
| **tiers** | List of TierData | user | Usage price tiers |
8989

9090
### TierData
9191

0 commit comments

Comments
 (0)