PercentageInvoiceDiscounts
List of percentage invoice discounts for the business.
Table Specific Information
The cmdlet uses the Wave Financial API to process some of the filters. The cmdlet processes other filters client-side within the cmdlet. For example, the following queries are processed server side.SELECT
SELECT * FROM PercentageInvoiceDiscounts WHERE BusinessId = 'QnVzaW5lc3M6NjE2MTYtYzVlMS00YzkyLTg0Y2EtNzA0ZDM4MTcyNTdl' SELECT * FROM PercentageInvoiceDiscounts WHERE InvoiceId = 'QnVzaW5lc3M6ZGVlMjVhM2YtNjRjOS00ZmI0LWE5MmYtYTRiMTYyMTFhMjg1O0ludm9pY2U6MjI2NDExMDcwODE5MzAxNDgwMQ=='
Columns
| Name | Type | References | SupportedOperators | Description |
| BusinessId | String |
Businesses.id | The unique identifier for the business. | |
| InvoiceId | String |
Invoices.Id | Unique identifier for the invoice. | |
| Name | String | A description of the discount. | ||
| CreatedAt | Datetime | When the invoice discount was created. | ||
| ModifiedAt | Datetime | When the invoice discount was last modified. | ||
| Percentage | Decimal | The percentage of the discount. |