Omnipay\PayPal\Message\RestRefundCaptureRequest::getData PHP 메소드

getData() 공개 메소드

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