PHP Class Cartalyst\Stripe\Api\Bitcoin

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

Public Methods

Method Description
all ( array $parameters = [] ) : array Lists all bitcoin receivers.
create ( array $parameters = [] ) : array Creates a new bitcoin receiver.
find ( string $receiverId ) : array Retrieves the bitcoin receiver with the given ID.

Method Details

all() public method

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

create() public method

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

find() public method

Retrieves the bitcoin receiver with the given ID.
public find ( string $receiverId ) : array
$receiverId string
return array