ServiceType\_Do::DoNonReferencedCredit PHP Метод

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

Method to call the operation originally named DoNonReferencedCredit Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoNonReferencedCredit ( StructType\DoNonReferencedCreditReq $doNonReferencedCreditRequest ) : StructType\DoNonReferencedCreditResponseType | boolean
$doNonReferencedCreditRequest StructType\DoNonReferencedCreditReq
Результат StructType\DoNonReferencedCreditResponseType | boolean
    public function DoNonReferencedCredit(\StructType\DoNonReferencedCreditReq $doNonReferencedCreditRequest)
    {
        try {
            $this->setResult(self::getSoapClient()->DoNonReferencedCredit($doNonReferencedCreditRequest));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }