Cartalyst\Stripe\Api\ApplicationFeeRefunds::find PHP Method

find() public method

Retrieves an existing application fee refund.
public find ( string $applicationFeeId, string $refundId ) : array
$applicationFeeId string
$refundId string
return array
    public function find($applicationFeeId, $refundId)
    {
        return $this->_get("application_fees/{$applicationFeeId}/refunds/{$refundId}");
    }
ApplicationFeeRefunds