You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -202,12 +201,12 @@ This configuration charges customers both a monthly and an annual fee in arrears
202
201
<!-- prettier-ignore -->
203
202
| Name | Type | Required? | Description |
204
203
| ---- | ---- | --------- | ----------- |
205
-
|`cost_per_month`| object | Optional | See [cost per month attributes](/manage/manage/white-labelled-billing/#click-to-view-cost-per-month-attributes). Default: `{}` (all machines cost `0`). |
206
-
|`cost_per_year`| object | Optional | See [cost per year attributes](/manage/manage/white-labelled-billing/#click-to-view-cost-per-year-attributes). Default: `{}` (all machines cost `0`). |
204
+
|`cost_per_month`| object | Optional | See [cost per month attributes](/manage/manage/white-labelled-billing/#click-to-view-cost-per-month-attributes). If specified, you cannot also specify `cost_per_year`. Default: `{}` (all machines cost `0`). |
205
+
|`cost_per_year`| object | Optional | See [cost per year attributes](/manage/manage/white-labelled-billing/#click-to-view-cost-per-year-attributes). If specified, you cannot also specify `cost_per_month`. Default: `{}` (all machines cost `0`). |
207
206
|`tier_name`| string |**Required**| The name of the billing tier. |
208
207
|`description`| string | Optional | Description for the billing tier. Default: `""`. |
209
208
|`tier_credit`| number | Optional | Credit that should be applied to final total for the org. Default: `0`. |
210
-
|`in_arrears`| boolean | Optional | Whether billing is charged in arrears (after usage) or upfront. Set to `true` for monthly billing in arrears, `false` for upfront annual billing. Default: `true`. |
209
+
|`in_arrears`| boolean | Optional | Whether billing is charged in arrears (after usage) or upfront. For monthly billing, set to `true` for billing in arrears and `false` for upfront billing. For annual billing, `in_arrears` must be set to `false`. Default: `true`. |
211
210
212
211
{{% /expand%}}
213
212
@@ -256,9 +255,14 @@ Renewal is automatic for both monthly and annual billing.
256
255
### When are invoices generated?
257
256
258
257
-**Monthly billing (`in_arrears: true`)**: Invoiced are generated and customers are charged at the end of each month for usage during that month.
259
-
The 1-month period starts from the initial subscription date.
258
+
The first 1-month period starts from the subscription date.
259
+
Afterwards each new month starts on the next day after the previous usage month's end.
260
+
-**Monthly billing (`in_arrears: false`)**: Invoiced are generated and customers are charged at the beginning of each new month of usage.
261
+
The first 1-month period starts from the subscription date.
262
+
Afterwards each new month starts on the next day after the previous usage month's end.
260
263
-**Annual billing (`in_arrears: false`)**: Invoiced are generated and customers are charged upfront at the beginning of each 12-month period.
261
264
The 12-month period starts from the initial subscription date.
265
+
Each new 12-month period starts on the next day after the pervious 12-month period's end.
0 commit comments