package
Version:
v0.0.0-2415
Opens a new window with list of versions in this module.
Published: Jul 12, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MetaRowHeaders struct {
}
Parse receives an argument raw bytes of a statement file from Kasikorn, i.e. CSV file from Kasikorn and parses it.
type StatementMeta struct {
DownloadedOn time.Time `json:"downloadedOn"`
AsOf time.Time `json:"asOf"`
Account account.Account `json:"account"`
Period struct {
From time.Time `json:"from"`
To time.Time `json:"to"`
} `json:"period"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.