Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func InitSession ¶
func (*Session) GetNew ¶
GetNew provides a new instance of the web portal session. It reuses the same configuration. The goal of this function is to avoid to need to pass the configuration of the session again if we just want to have a clea session with the same configuration
func (*Session) GetStatement ¶
func (session *Session) GetStatement(from utils.KasikornDate, to utils.KasikornDate, accountNumber account.AccountNumber) (*statement.Statement, error)
Click to show internal directories.
Click to hide internal directories.