Omnipay\PayPal\Message\RestRefundCaptureRequest::getData PHP Method

getData() public method

public getData ( )
    public function getData()
    {
        $this->validate('transactionReference');
        return array('amount' => array('currency' => $this->getCurrency(), 'total' => $this->getAmount()), 'description' => $this->getDescription());
    }
RestRefundCaptureRequest