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) GetRegistered2() (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) TotalBalance() (int64, error)
Constants ¶
View Source
const BankCode = "0036"
View Source
const BankName = "楽天銀行"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { common.BankAccount // contains filtered or unexported fields }
func (*Account) AccountInfo ¶
func (a *Account) AccountInfo() *common.BankAccount
func (*Account) CommitTransfer ¶
func (*Account) NewTransferToRegisteredAccount ¶
func (a *Account) NewTransferToRegisteredAccount(targetName string, amount int64) (common.TransferState, error)
transfar api
func (*Account) TotalBalance ¶
Click to show internal directories.
Click to hide internal directories.