Expand description
Module defining various report parameters and their serialization.
Structs§
- Account
Id - Represents the ID for a Account in QuickBooks reports.
- ClassId
- Represents the ID for a Class in QuickBooks reports.
- Customer
Id - Represents the ID for a Customer in QuickBooks reports.
- Department
Id - Represents the ID for a Department in QuickBooks reports.
- Employee
Id - Represents the ID for a Employee in QuickBooks reports.
- ItemId
- Represents the ID for a Item in QuickBooks reports.
- TermId
- Represents the ID for a Term in QuickBooks reports.
- Vendor
Id - Represents the ID for a Vendor in QuickBooks reports.
Enums§
- Accounting
Method - Represents different accounting methods for reports.
- Aging
Method - Represents different aging methods for reports.
- ArPaid
- Represents Paid status for AR reports.
- Attachment
Type - Represents different attachment types for reports.
- Cleared
- Filters report contents to include information for specified check status.
- Date
Macro - Represents various predefined date ranges for reports.
- Printed
- Represents whether a report was printed.
- Sort
Order - Represents different sort orders for reports.
- Summarize
Column By - Represents how columns are summarized in reports.
Traits§
- HasValue
- Trait for types that can provide a value for report parameters.