Versions in this module Expand all Collapse all v0 v0.2.0 May 8, 2026 v0.1.0 Mar 29, 2026 Changes in this version + type Account struct + AccountGroup string + Available bool + Category string + FinancialStatementType string + ID string + Name string + SearchKey *string + SubAccounts []SubAccount + TaxID string + type AccountResponse struct + Accounts []Account + type AccountingPeriod struct + EndDate string + FiscalYear int + StartDate string + type CRUDJournalLine struct + Creditor *CRUDJournalLineDetails + Debitor *CRUDJournalLineDetails + Remark *string + type CRUDJournalLineDetails struct + AccountID string + DepartmentID *string + InvoiceKind *string + SubAccountID *string + TaxID *string + TradePartnerCode *string + Value int64 + type CRUDJournalRequest struct + Journal CRUDJournalRequestJournal + type CRUDJournalRequestJournal struct + Branches []CRUDJournalLine + JournalType string + Memo *string + Tags []string + TransactionDate string + type CRUDJournalResponse struct + Journal JournalItem + type ConnectedAccount struct + ID string + Name string + type ConnectedAccountsResponse struct + ConnectedAccounts []ConnectedAccount + type DeleteVouchersRequest struct + JournalID string + VoucherFileID string + type Department struct + ID string + Name string + ParentID *string + SearchKey *string + type DepartmentResponse struct + Departments []Department + type ErrorDetail struct + Code string + Message string + type ErrorResponse struct + Errors []ErrorDetail + type GetJournalsResponse struct + Journals []JournalItem + Metadata Metadata + type JournalItem struct + Branches []JournalLine + CreateTime string + EnteredBy string + ID string + IsRealized bool + JournalType string + Memo *string + Number uint64 + Tags []string + TermPeriod uint64 + TransactionDate string + UpdateTime string + VoucherFileIDs []string + type JournalLine struct + Creditor *JournalLineDetails + Debitor *JournalLineDetails + Remark *string + type JournalLineDetails struct + AccountID string + AccountName string + DepartmentID *string + DepartmentName *string + InvoiceKind *string + SubAccountID *string + SubAccountName *string + TaxID *string + TaxLongName *string + TaxName *string + TaxValue *int64 + TradePartnerCode *string + TradePartnerName *string + Value int64 + type Metadata struct + TotalCount uint64 + TotalPages uint64 + type Office struct + AccountingPeriods []AccountingPeriod + Code string + Name string + Type string + type PostTradePartnerItem struct + Available *bool + CorporateNumber *string + InvoiceRegistrationNumber *string + Name string + SearchKey *string + type PostTradePartnersRequest struct + TradePartners []PostTradePartnerItem + type PostTransactionsRequest struct + ConnectedAccountID string + Transactions []TransactionItem + type PostTransactionsResponse struct + ConnectedAccountID string + Transactions []TransactionResponseItem + type PostVouchersRequest struct + JournalID *string + VoucherFiles []VoucherFile + type PostVouchersResponse struct + VoucherFileIDs []VoucherFileID + type SubAccount struct + AccountID string + ID string + Name string + SearchKey *string + TaxID string + type SubAccountResponse struct + SubAccounts []SubAccount + type TBResponse struct + Columns []string + CreatedAt string + EndDate string + EndMonth *int + FiscalYear *int + ReportType string + Rows []TBRow + StartDate string + StartMonth *int + type TBRow struct + Name string + Rows []TBRow + Type string + Values []*float64 + type Tax struct + Abbreviation string + Available bool + ID string + Name string + SearchKey *string + TaxRate *float64 + type TaxResponse struct + Taxes []Tax + type TradePartner struct + Available bool + Code string + CorporateNumber string + InvoiceRegistrationNumber string + Name string + SearchKey string + type TradePartnersResponse struct + TradePartners []TradePartner + type TransactionItem struct + Content string + Date string + Memo *string + Side string + Value int + type TransactionResponseItem struct + Content string + Date string + ID string + Memo *string + Side string + Value int + type TransitionResponse struct + Columns []string + CreatedAt string + EndDate string + EndMonth int + FiscalYear int + ReportType int + Rows []TransitionRow + StartDate string + StartMonth int + type TransitionRow struct + Name string + Rows []TransitionRow + Type string + Values []*int64 + type VoucherFile struct + FileData string + FileName string + type VoucherFileID struct + FileID string + FileName string