Module params

Module params 

Source
Expand description

Module defining various report parameters and their serialization.

Structs§

AccountId
Represents the ID for a Account in QuickBooks reports.
ClassId
Represents the ID for a Class in QuickBooks reports.
CustomerId
Represents the ID for a Customer in QuickBooks reports.
DepartmentId
Represents the ID for a Department in QuickBooks reports.
EmployeeId
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.
VendorId
Represents the ID for a Vendor in QuickBooks reports.

Enums§

AccountingMethod
Represents different accounting methods for reports.
AgingMethod
Represents different aging methods for reports.
ArPaid
Represents Paid status for AR reports.
AttachmentType
Represents different attachment types for reports.
Cleared
Filters report contents to include information for specified check status.
DateMacro
Represents various predefined date ranges for reports.
Printed
Represents whether a report was printed.
SortOrder
Represents different sort orders for reports.
SummarizeColumnBy
Represents how columns are summarized in reports.

Traits§

HasValue
Trait for types that can provide a value for report parameters.