Documentation
¶
Index ¶
Constants ¶
View Source
const ( NonUAE = "LUX" UAE = "UAE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountConfig ¶
type AccountConfig struct {
GrantType string `yaml:"grantType"`
Audience string `yaml:"audience"`
TenantUUID string `yaml:"tenantUUID"`
ClientId string `yaml:"clientId"`
ClientSecret string `yaml:"clientSecret"`
}
private yaml
func NewConfigFromFile ¶
func NewConfigFromFile(path string) *AccountConfig
type CreateJournalRequest ¶
type CreateJournalRequest struct {
Status string `json:"status"`
EntryType string `json:"entryType"`
SourceLedger string `json:"sourceLedger"`
Reference string `json:"reference"`
Currency string `json:"currency"`
Notes string `json:"notes"`
Transactions []Transaction `json:"Transactions"`
}
Create journal
type LedgerAccount ¶
type LedgerAccountResponse ¶
type LedgerAccountResponse struct {
TotalItems int `json:"totalItems"`
Data []LedgerAccount `json:"data"`
}
type RequestTokenBody ¶
type TokenResponse ¶
type Transaction ¶
Click to show internal directories.
Click to hide internal directories.