Cartalyst\Stripe\Api\Refunds::all PHP Method

all() public method

Lists all refunds for the given charge.
public all ( string $chargeId, array $parameters = [] ) : array
$chargeId string
$parameters array
return array
    public function all($chargeId, array $parameters = [])
    {
        return $this->_get("charges/{$chargeId}/refunds", $parameters);
    }