Documentation
¶
Index ¶
Constants ¶
View Source
const DEBUG = true
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
BLZ string //Bankleitzahl
AccountID string //Kontonummer
PIN string
URL string
FinTSVersion int
}
Client hold the main variables needed in every request
func NewClient ¶
func NewClient(BLZ string, AccountID string, PIN string, URL string, FinTSVersion int) (*Client, error)
NewClient creates the struct and checks if the version is supported
func (*Client) AccountBalance ¶
AccountBalance returns the Balance of the Account you can access
Click to show internal directories.
Click to hide internal directories.