|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from Omnipay\PayPal\Message\AbstractRestRequest | |
| const | API_VERSION = 'v1' |
Protected Member Functions inherited from Omnipay\PayPal\Message\AbstractRestRequest | |
| createResponse ($data, $statusCode) | |
| createResponse ($data, $statusCode) | |
| getHttpMethod () | |
| getHttpMethod () | |
Protected Member Functions inherited from Omnipay\Common\Message\AbstractRequest | |
| getCurrencies () | |
| getParameter ($key) | |
| setParameter ($key, $value) | |
| setParameter ($key, $value) | |
Protected Attributes inherited from Omnipay\PayPal\Message\AbstractRestRequest | |
| $liveEndpoint = 'https://api.paypal.com' | |
| $payerId = null | |
| $testEndpoint = 'https://api.sandbox.paypal.com' | |
Protected Attributes inherited from Omnipay\Common\Message\AbstractRequest | |
| $currencies | |
| $httpClient | |
| $httpRequest | |
| $negativeAmountAllowed = false | |
| $parameters | |
| $response | |
| $zeroAmountAllowed = true | |
PayPal REST Refund Captured Payment Request
Use this call to refund a captured payment.
RestAuthorizeRequest RestCaptureRequest
Definition at line 17 of file lib/vendor/omnipay/paypal/src/Message/RestRefundCaptureRequest.php.
| Omnipay\PayPal\Message\RestRefundCaptureRequest::getData | ( | ) |
Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
Implements Omnipay\Common\Message\MessageInterface.
Definition at line 19 of file lib/vendor/omnipay/paypal/src/Message/RestRefundCaptureRequest.php.
References Omnipay\Common\Message\AbstractRequest\getAmount(), Omnipay\Common\Message\AbstractRequest\getCurrency(), Omnipay\Common\Message\AbstractRequest\getDescription(), and Omnipay\Common\Message\AbstractRequest\validate().
| Omnipay\PayPal\Message\RestRefundCaptureRequest::getData | ( | ) |
Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
Implements Omnipay\Common\Message\MessageInterface.
Definition at line 19 of file vendor/omnipay/paypal/src/Message/RestRefundCaptureRequest.php.
References Omnipay\Common\Message\AbstractRequest\getAmount(), Omnipay\Common\Message\AbstractRequest\getCurrency(), Omnipay\Common\Message\AbstractRequest\getDescription(), and Omnipay\Common\Message\AbstractRequest\validate().
| Omnipay\PayPal\Message\RestRefundCaptureRequest::getEndpoint | ( | ) |
Reimplemented from Omnipay\PayPal\Message\AbstractRestRequest.
Definition at line 32 of file vendor/omnipay/paypal/src/Message/RestRefundCaptureRequest.php.
References Omnipay\Common\Message\AbstractRequest\getTransactionReference().
| Omnipay\PayPal\Message\RestRefundCaptureRequest::getEndpoint | ( | ) |
Reimplemented from Omnipay\PayPal\Message\AbstractRestRequest.
Definition at line 32 of file lib/vendor/omnipay/paypal/src/Message/RestRefundCaptureRequest.php.
References Omnipay\Common\Message\AbstractRequest\getTransactionReference().