Documentation
¶
Overview ¶
https://developer.intuit.com/docs/api/accounting/class
Class objects provide a way to track different segments of the business so they're not tied to a particular client or project. For example, you can define classes to break down the income and expenses for each business segment. Classes are available to the entire transaction or to individual detail lines of a transaction.
Ref - https://developer.intuit.com/docs/0100_quickbooks_online/0200_dev_guides/accounting/class_tracking
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ...option.RequestOption) *Client
Click to show internal directories.
Click to hide internal directories.