Omnipay\PayPal\RestGateway::searchTransaction PHP Метод

searchTransaction() публичный Метод

Use this call to search for the transactions within a billing agreement. Note that this is not a generic transaction search function -- for that see RestListPurchaseRequest. It only searches for transactions within a billing agreement. This should be used on a regular basis to determine the success / failure state of transactions on active billing agreements.
public searchTransaction ( array $parameters = [] ) : Omnipay\PayPal\Message\RestCompleteSubscriptionRequest
$parameters array
Результат Omnipay\PayPal\Message\RestCompleteSubscriptionRequest
    public function searchTransaction(array $parameters = array())
    {
        return $this->createRequest('\\Omnipay\\PayPal\\Message\\RestSearchTransactionRequest', $parameters);
    }