PHP Class Cartalyst\Stripe\Api\Balance

Inheritance: extends Api
Afficher le fichier Open project: cartalyst/stripe

Méthodes publiques

Méthode 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 méthode

Lists all transactions
public all ( array $parameters = [] ) : array
$parameters array
Résultat array

current() public méthode

Retrieives the current account balance.
public current ( ) : array
Résultat array

find() public méthode

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