PHP Class Cartalyst\Stripe\Api\Transfers

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

Public Methods

Method Description
all ( array $parameters = [] ) : array Lists all transfers.
create ( array $parameters = [] ) : array Creates a new transfer.
find ( string $transferId ) : array Retrieves an existing transfer.
update ( string $transferId, array $parameters = [] ) : array Updates an existing transfer.

Method Details

all() public method

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

create() public method

Creates a new transfer.
public create ( array $parameters = [] ) : array
$parameters array
return array

find() public method

Retrieves an existing transfer.
public find ( string $transferId ) : array
$transferId string
return array

update() public method

Updates an existing transfer.
public update ( string $transferId, array $parameters = [] ) : array
$transferId string
$parameters array
return array