FixedInvoiceDiscounts
List of fixed invoice discounts for the business.
Table Specific Information
The add-in uses the Wave Financial API to process some of the filters. The add-in processes other filters client-side within the add-in. For example, the following queries are processed server side.SELECT
SELECT * FROM FixedInvoiceDiscounts WHERE BusinessId = 'QnVzaW5lc3M6NjE2MTYtYzVlMS00YzkyLTg0Y2EtNzA0ZDM4MTcyNTdl' SELECT * FROM FixedInvoiceDiscounts 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. | ||
| Amount | Decimal | The amount of the discount. |