PHP Class Cartalyst\Stripe\Api\ApplicationFeeRefunds

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

Méthodes publiques

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

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

create() public méthode

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

find() public méthode

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

update() public méthode

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