journalentry

package
v0.0.0-...-757fb6c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

https://developer.intuit.com/docs/api/accounting/journalentry

JournalEntry is a transaction in which:

There are at least one pair of lines, a debit and a credit, called distribution lines. Each distribution line has an account from the Chart of Accounts. Query the Account resource for a listing of the Chart of Accounts. The total of the debit column equals the total of the credit column. When you record a transaction with a JournalEntry object, the QuickBooks Online UI labels the transaction as JRNL in the register and as General Journal on reports that list transactions.

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

func (*Client) Create

Create an journalentry object Method : POST

func (*Client) Readbyid

func (c *Client) Readbyid(
	ctx context.Context,
	companyid string,
	id string,
	opts ...option.RequestOption,
) (*api.JournalEntry, error)

Read an journalentry object by Id Method : POST

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL