Documentation ¶
Index ¶
- Constants
- type Account
- func (a *Account) AccountInfo() *common.BankAccount
- func (a *Account) CommitTransfer(tr common.TransferState, pass2 string) (string, error)
- func (a *Account) GetRegistered() (map[string]string, error)
- func (a *Account) History(from, to time.Time) ([]*common.Transaction, error)
- func (a *Account) LastLogin() (time.Time, error)
- func (a *Account) Login(id, password string, options map[string]interface{}) error
- func (a *Account) Logout() error
- func (a *Account) NewTransferToRegisteredAccount(targetName string, amount int64) (common.TransferState, error)
- func (a *Account) Recent() ([]*common.Transaction, error)
- func (a *Account) ReloadTopPage() error
- func (a *Account) TotalBalance() (int64, error)
- type TransferState
Constants ¶
View Source
const BankCode = "0001"
View Source
const BankName = "みずほ銀行"
View Source
const DummyFingerPrint = "version%3D3%2E2%2E0%2E0%5F3%26pm%5Ffpua%3Dmozilla"
View Source
const MizuhoUrl = "https://web1.ib.mizuhobank.co.jp/servlet/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { common.BankAccount // contains filtered or unexported fields }
Mizuho Direct
func (*Account) AccountInfo ¶
func (a *Account) AccountInfo() *common.BankAccount
func (*Account) CommitTransfer ¶
func (*Account) NewTransferToRegisteredAccount ¶
func (*Account) ReloadTopPage ¶
func (*Account) TotalBalance ¶
type TransferState ¶
type TransferState map[string]interface{}
Click to show internal directories.
Click to hide internal directories.