PHP Class Cartalyst\Stripe\Api\Balance

Inheritance: extends Api
Show file Open project: cartalyst/stripe

Public Methods

Method Description
all ( array $parameters = [] ) : array Lists all transactions
current ( ) : array Retrieives the current account balance.
find ( string $transactionId ) : array Retrieves the balance transaction for the given id.

Method Details

all() public method

Lists all transactions
public all ( array $parameters = [] ) : array
$parameters array
return array

current() public method

Retrieives the current account balance.
public current ( ) : array
return array

find() public method

Retrieves the balance transaction for the given id.
public find ( string $transactionId ) : array
$transactionId string
return array