Omnipay\PayPal\Message\RestRefundCaptureRequest::getEndpoint PHP Méthode

getEndpoint() public méthode

public getEndpoint ( )
    public function getEndpoint()
    {
        return parent::getEndpoint() . '/payments/capture/' . $this->getTransactionReference() . '/refund';
    }
RestRefundCaptureRequest