Method | Description | |
---|---|---|
PayIn ( decimal amount ) : void | ||
ToString ( ) : string | ||
TransferTo ( IBankAccount destination, decimal amount ) : bool | ||
Withdraw ( decimal amount ) : bool |
public TransferTo ( IBankAccount destination, decimal amount ) : bool | ||
destination | IBankAccount | |
amount | decimal | |
return | bool |