Categorygithub.com/omniboost/go-quickbooks
modulepackage
0.0.0-20250225165750-f3e230f21168
Repository: https://github.com/omniboost/go-quickbooks.git
Documentation: pkg.go.dev

# README

go-quickbooks

Quickbooks online SDK for Go, with OAuth 2.0

Build Status

# Packages

No description provided by the author
No description provided by the author

# Functions

GetBearerToken exchanges authorization code for bearer tokens.
GetConnectURL gets quickbooks login url for OAuth2.
NewClient creates a new client to work with Quickbooks.
NewDiscovery makes call to quickbooks discovery API and returns discovery object.
No description provided by the author
No description provided by the author
No description provided by the author
RefreshToken gets new bearer token.
RevokeToken revokes existing bearer tokens.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Account quickbooks account type.
AccountObject the complete quickbooks account object type.
AccountRef chart of account reference.
Address quickbooks address object.
BearerToken token response type from quickbooks.
No description provided by the author
No description provided by the author
Company quickbooks object type.
No description provided by the author
CreditMemo quickbooks creditmemo type.
CreditMemoLine quickbooks creditmemo line item object.
CreditMemoObject the complete quickbooks creditmemo object type.
CurrencyRef chart of account currency reference.
Customer quickbooks customer type.
CustomerObject the complete quickbooks customer object type.
CustomerRef quickbooks customer reference object.
CustomField quickbooks invoice customer field object.
Discovery quickbooks discovery API response type.
No description provided by the author
No description provided by the author
ErrorObject quickbooks error object.
Invoice quickbooks invoice type.
InvoiceLine quickbooks invoice line item object.
InvoiceObject the complete quickbooks invoice object type.
Item quickbooks item type.
ItemObject the complete quickbooks item object type.
ItemRef quickbooks item reference object.
No description provided by the author
No description provided by the author
Journal Entry quickbooks Journal Entry type.
JournalEntryLineDetail - part of Journal Entry.
JournalEntryObject the complete quickbooks journal entry object type.
No description provided by the author
Line type - part of Journal Entry.
LineEx quickbooks payment LineEx object.
No description provided by the author
Metadata - info about when the journal entry was created/updated.
No description provided by the author
Payment quickbooks payment type.
PaymentLine quickbooks payment line object.
PaymentObject the complete quickbooks payment object type.
No description provided by the author
Quickbooks client type.
SalesItemLineDetail quickbooks invoice sales line item details object.
SalesReceipt quickbooks sales receipt type.
SalesReceiptLine quickbooks sales receipt line item object.
SalesReceiptObject the complete quickbooks sales receipt object type.
No description provided by the author
SDKError customer error object.
No description provided by the author
No description provided by the author
TaxLine quickbooks invoice tax line item object.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

QueryResponse quickbooks search response type.