Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRecordInvalid invalid record found ErrRecordInvalid = errors.New("Record is invalid") )
errors
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { ID int64 `json:"id"` FinancialEntityID int64 `json:"financialEntityID"` Name string `json:"name"` AccountTypeID int64 `json:"accountTypeID"` }
Account holds items for accounts info
func GetAccounts ¶
GetAccounts returns info from all the accounts
func GetFavouriteAccounts ¶
GetAccounts returns info from the accounts marked as favourites
Click to show internal directories.
Click to hide internal directories.