Api\ServiceType\ApiService::BMCreateButton PHP Метод

BMCreateButton() публичный метод

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