Example #1
0
 /**
  * Get payment list
  *
  * @return array
  * @throws SoapApiException
  */
 public function paymentList()
 {
     $result = new SoapRequestResult($this->soapClient->paymentList());
     $this->checkRequestResultSuccess($result);
     return $result->getData();
 }