Method |
Description |
|
balance ( string $alternate_token = false ) : integer |
Returns balance of the account associated with the current
OAuth token. |
|
basic ( $id ) : String[] |
Returns basic account information for the account associated
with the passed account ID. |
|
disableAutoWithdrawal ( string $alternate_token = false ) : string |
Disables auto-withdrawal status of the account associated
with the current OAuth token. |
|
enableAutoWithdrawal ( string $fundingId, string $alternate_token = false ) : string |
Enables auto-withdrawal status of the account associated
with the current OAuth token under the specified
funding ID. |
|
full ( string $alternate_token = false ) : String[] |
Returns full account information for the account associated
with the current OAuth token. |
|
getAutoWithdrawalStatus ( string $alternate_token = false ) : String[] |
Gets auto-withdrawal status of the account associated
with the current OAuth token. |
|
nearby ( $lat, $lon ) : String[] |
Returns users and venues near a location. |
|
toggleAutoWithdrawalStatus ( boolean $status, string $fundingId, string $alternate_token = false ) : string |
Sets auto-withdrawal status of the account associated
with the current OAuth token under the specified
funding ID. |
|