PHP Class Cartalyst\Stripe\Api\ApplicationFeeRefunds

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

Public Methods

Method Description
all ( string $applicationFeeId, array $parameters = [] ) : array Lists all application fee refunds.
create ( string $applicationFeeId, array $parameters = [] ) : array Creates a new application fee refund.
find ( string $applicationFeeId, string $refundId ) : array Retrieves an existing application fee refund.
update ( string $applicationFeeId, string $refundId, array $parameters = [] ) : array Updates an existing application fee refund.

Method Details

all() public method

Lists all application fee refunds.
public all ( string $applicationFeeId, array $parameters = [] ) : array
$applicationFeeId string
$parameters array
return array

create() public method

Creates a new application fee refund.
public create ( string $applicationFeeId, array $parameters = [] ) : array
$applicationFeeId string
$parameters array
return array

find() public method

Retrieves an existing application fee refund.
public find ( string $applicationFeeId, string $refundId ) : array
$applicationFeeId string
$refundId string
return array

update() public method

Updates an existing application fee refund.
public update ( string $applicationFeeId, string $refundId, array $parameters = [] ) : array
$applicationFeeId string
$refundId string
$parameters array
return array