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