Skip to content

Commit ea8ceaa

Browse files
committed
Minor doc corrections
1 parent e70807c commit ea8ceaa

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

source/includes/_account.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,16 +1838,16 @@ $invoices = $apiInstance-> getInvoicesForAccount($accountID);
18381838

18391839
**Query Parameters**
18401840

1841-
| Name | Type | Required | Default | Description |
1842-
| ---- | -----| -------- | ------- | ----------- |
1843-
| **startDate** | date | false | no starting date | Return only invoices issued since this date. |
1844-
| **endDate** | date | false | no ending date | Return only invoices issued up to this date. |
1845-
| **withMigrationInvoices** | boolean | false | false | Choose true to include migration invoices |
1846-
| **unpaidInvoicesOnly** | boolean | false | false | Choose true to include unpaid invoices only |
1847-
| **includeVoidedInvoices** | boolean | false | false | Choose true to include voided invoices |
1848-
| **includeInvoiceComponents** | boolean | false | false | Choose true to include invoice components (like invoice items/payments, etc.) |
1849-
| **invoicesFilter** | string | false | empty | A comma separated list of invoiceIds to filter |
1850-
| **audit** | string | false | "NONE" | Level of audit information to return: "NONE", "MINIMAL", or "FULL" |
1841+
| Name | Type | Required | Default | Description |
1842+
| ---- | -----| -------- | ------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1843+
| **startDate** | date | false | no starting date | Return only invoices issued since this date. |
1844+
| **endDate** | date | false | no ending date | Return only invoices issued up to this date. |
1845+
| **withMigrationInvoices** | boolean | false | false | Choose true to include migration invoices |
1846+
| **unpaidInvoicesOnly** | boolean | false | false | Choose true to include unpaid invoices only. If this parameter is specified, the invoice components are automatically included, so there is no need to specify `includeInvoiceComponents` |
1847+
| **includeVoidedInvoices** | boolean | false | false | Choose true to include voided invoices |
1848+
| **includeInvoiceComponents** | boolean | false | false | Choose true to include invoice components (like invoice items/payments, etc.) |
1849+
| **invoicesFilter** | string | false | empty | A comma separated list of invoiceIds to filter |
1850+
| **audit** | string | false | "NONE" | Level of audit information to return: "NONE", "MINIMAL", or "FULL" |
18511851

18521852
For information about migration and migration invoices, see the [Migration Guide](http://docs.killbill.io/latest/migration_guide.html).
18531853

source/includes/_aviate-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Represents a tier block. It has the following fields:
102102

103103
| Name | Type | Generated by | Description |
104104
|----------------------|----------------------|--------------|---------------------|
105-
| **billingMeterCode** | [BillingMeterCode](aviate-metering-apis.html#billingmeter) | user | Billing meter code |
105+
| **billingMeterCode** | [BillingMeterCode](aviate-metering#billingmeter) | user | Billing meter code |
106106
| **size** | int | user | Block size |
107107
| **max** | int | user | Max value in block |
108108
| **prices** | List of PriceData | user | Usage price details |
@@ -304,7 +304,7 @@ Deletes the specified product. If `deleteAllPlans` is specified, hard deletes al
304304

305305
**Note:** Since this is an irreversible operation, the query parameter `force=true` must be specified to proceed with the deletion.
306306

307-
**Note:** Deleting a plan hard deletes it from the database and hence should be done with caution.
307+
**Note:** Deleting a product hard deletes it from the database and hence should be done with caution.
308308

309309
**HTTP Request**
310310

0 commit comments

Comments
 (0)