Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACCOUNT_IMPL ¶
type ACCOUNT_IMPL struct {
// contains filtered or unexported fields
}
* Client structure as interface implementation
func NewACCOUNT ¶
func NewACCOUNT(config configuration_pkg.CONFIGURATION) *ACCOUNT_IMPL
* Factory for the ACCOUNT interaface returning ACCOUNT_IMPL
func (*ACCOUNT_IMPL) GetBalance ¶
func (me *ACCOUNT_IMPL) GetBalance( format string) (interface{}, error)
*
* Get a summary of your account balance. * @param string format parameter: Required * @return Returns the interface{} response from the API call