Cartalyst\Stripe\Api\ApplicationFeeRefunds::find PHP Метод

find() публичный Метод

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