code
stringlengths
17
296k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function DoUATPExpressCheckoutPayment(\StructType\DoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest) { try { $this->setResult($resultDoUATPExpressCheckoutPayment = $this->getSoapClient()->__soapCall('DoUATPExpressCheckoutPayment', [ $doUATPExpressCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoUATPExpressCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoUATPExpressCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest @return \StructType\DoUATPExpressCheckoutPaymentResponseType|bool
DoUATPExpressCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoDirectPayment(\StructType\DoDirectPaymentReq $doDirectPaymentRequest) { try { $this->setResult($resultDoDirectPayment = $this->getSoapClient()->__soapCall('DoDirectPayment', [ $doDirectPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoDirectPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoDirectPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoDirectPaymentReq $doDirectPaymentRequest @return \StructType\DoDirectPaymentResponseType|bool
DoDirectPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoCancel(\StructType\DoCancelReq $doCancelRequest) { try { $this->setResult($resultDoCancel = $this->getSoapClient()->__soapCall('DoCancel', [ $doCancelRequest, ], [], [], $this->outputHeaders)); return $resultDoCancel; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoCancel Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoCancelReq $doCancelRequest @return \StructType\DoCancelResponseType|bool
DoCancel
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoCapture(\StructType\DoCaptureReq $doCaptureRequest) { try { $this->setResult($resultDoCapture = $this->getSoapClient()->__soapCall('DoCapture', [ $doCaptureRequest, ], [], [], $this->outputHeaders)); return $resultDoCapture; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoCapture Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoCaptureReq $doCaptureRequest @return \StructType\DoCaptureResponseType|bool
DoCapture
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoReauthorization(\StructType\DoReauthorizationReq $doReauthorizationRequest) { try { $this->setResult($resultDoReauthorization = $this->getSoapClient()->__soapCall('DoReauthorization', [ $doReauthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoReauthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoReauthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoReauthorizationReq $doReauthorizationRequest @return \StructType\DoReauthorizationResponseType|bool
DoReauthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoVoid(\StructType\DoVoidReq $doVoidRequest) { try { $this->setResult($resultDoVoid = $this->getSoapClient()->__soapCall('DoVoid', [ $doVoidRequest, ], [], [], $this->outputHeaders)); return $resultDoVoid; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoVoid Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoVoidReq $doVoidRequest @return \StructType\DoVoidResponseType|bool
DoVoid
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoAuthorization(\StructType\DoAuthorizationReq $doAuthorizationRequest) { try { $this->setResult($resultDoAuthorization = $this->getSoapClient()->__soapCall('DoAuthorization', [ $doAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoAuthorizationReq $doAuthorizationRequest @return \StructType\DoAuthorizationResponseType|bool
DoAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoUATPAuthorization(\StructType\DoUATPAuthorizationReq $doUATPAuthorizationRequest) { try { $this->setResult($resultDoUATPAuthorization = $this->getSoapClient()->__soapCall('DoUATPAuthorization', [ $doUATPAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoUATPAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoUATPAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoUATPAuthorizationReq $doUATPAuthorizationRequest @return \StructType\DoUATPAuthorizationResponseType|bool
DoUATPAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoReferenceTransaction(\StructType\DoReferenceTransactionReq $doReferenceTransactionRequest) { try { $this->setResult($resultDoReferenceTransaction = $this->getSoapClient()->__soapCall('DoReferenceTransaction', [ $doReferenceTransactionRequest, ], [], [], $this->outputHeaders)); return $resultDoReferenceTransaction; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoReferenceTransaction Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoReferenceTransactionReq $doReferenceTransactionRequest @return \StructType\DoReferenceTransactionResponseType|bool
DoReferenceTransaction
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function DoNonReferencedCredit(\StructType\DoNonReferencedCreditReq $doNonReferencedCreditRequest) { try { $this->setResult($resultDoNonReferencedCredit = $this->getSoapClient()->__soapCall('DoNonReferencedCredit', [ $doNonReferencedCreditRequest, ], [], [], $this->outputHeaders)); return $resultDoNonReferencedCredit; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoNonReferencedCredit Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\CustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\DoNonReferencedCreditReq $doNonReferencedCreditRequest @return \StructType\DoNonReferencedCreditResponseType|bool
DoNonReferencedCredit
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDoWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDoWithoutPrefix.php
MIT
public function __construct(?int $offset = null, ?int $count = null, ?\ArrayType\ApiArrayOfString $filters = null, ?string $sortBy = null) { $this ->setOffset($offset) ->setCount($count) ->setFilters($filters) ->setSortBy($sortBy); }
Constructor method for VideoRequest @uses ApiVideoRequest::setOffset() @uses ApiVideoRequest::setCount() @uses ApiVideoRequest::setFilters() @uses ApiVideoRequest::setSortBy() @param int $offset @param int $count @param \ArrayType\ApiArrayOfString $filters @param string $sortBy
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiVideoRequest.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiVideoRequest.php
MIT
public function Search(\StructType\ApiSearchRequest $parameters) { try { $this->setResult($resultSearch = $this->getSoapClient()->__soapCall('Search', [ $parameters, ], [], [], $this->outputHeaders)); return $resultSearch; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Search @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSearchRequest $parameters @return \StructType\ApiSearchResponse|bool
Search
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiSearch.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiSearch.php
MIT
public function __construct(?array $mutualSettlementDetailCalcCostShipping = null, ?array $mutualSettlementDetailCashFlow = null, ?array $mutualSettlementDetailClientPayment = null, ?array $mutualSettlementDetailPostReturnRegistry = null, ?array $mutualSettlementDetailRouteList = null, ?array $mutualSettlementDetailTrackNumberPayment = null, ?array $mutualSettlementDetailServiceRegistration = null, ?array $mutualSettlementDetailAcceptanceRegistry = null, ?array $mutualSettlementDetailAdditionalChargeFare = null, ?array $mutualSettlementDetailOutgoingRequestToCarrier = null, ?array $mutualSettlementDetailSMSInformation = null, ?array $mutualSettlementDetailBuyerGoodsReturn = null, ?array $mutualSettlementDetailProductsPackaging = null, ?array $mutualSettlementDetailAdjustmentWriteRegisters = null, ?array $mutualSettlementDetailSafeCustody = null, ?array $mutualSettlementDetailSafeCustodyCalculation = null, ?array $mutualSettlementDetailRegisterStorage = null) { $this ->setMutualSettlementDetailCalcCostShipping($mutualSettlementDetailCalcCostShipping) ->setMutualSettlementDetailCashFlow($mutualSettlementDetailCashFlow) ->setMutualSettlementDetailClientPayment($mutualSettlementDetailClientPayment) ->setMutualSettlementDetailPostReturnRegistry($mutualSettlementDetailPostReturnRegistry) ->setMutualSettlementDetailRouteList($mutualSettlementDetailRouteList) ->setMutualSettlementDetailTrackNumberPayment($mutualSettlementDetailTrackNumberPayment) ->setMutualSettlementDetailServiceRegistration($mutualSettlementDetailServiceRegistration) ->setMutualSettlementDetailAcceptanceRegistry($mutualSettlementDetailAcceptanceRegistry) ->setMutualSettlementDetailAdditionalChargeFare($mutualSettlementDetailAdditionalChargeFare) ->setMutualSettlementDetailOutgoingRequestToCarrier($mutualSettlementDetailOutgoingRequestToCarrier) ->setMutualSettlementDetailSMSInformation($mutualSettlementDetailSMSInformation) ->setMutualSettlementDetailBuyerGoodsReturn($mutualSettlementDetailBuyerGoodsReturn) ->setMutualSettlementDetailProductsPackaging($mutualSettlementDetailProductsPackaging) ->setMutualSettlementDetailAdjustmentWriteRegisters($mutualSettlementDetailAdjustmentWriteRegisters) ->setMutualSettlementDetailSafeCustody($mutualSettlementDetailSafeCustody) ->setMutualSettlementDetailSafeCustodyCalculation($mutualSettlementDetailSafeCustodyCalculation) ->setMutualSettlementDetailRegisterStorage($mutualSettlementDetailRegisterStorage); }
Constructor method for details @uses ApiDetails::setMutualSettlementDetailCalcCostShipping() @uses ApiDetails::setMutualSettlementDetailCashFlow() @uses ApiDetails::setMutualSettlementDetailClientPayment() @uses ApiDetails::setMutualSettlementDetailPostReturnRegistry() @uses ApiDetails::setMutualSettlementDetailRouteList() @uses ApiDetails::setMutualSettlementDetailTrackNumberPayment() @uses ApiDetails::setMutualSettlementDetailServiceRegistration() @uses ApiDetails::setMutualSettlementDetailAcceptanceRegistry() @uses ApiDetails::setMutualSettlementDetailAdditionalChargeFare() @uses ApiDetails::setMutualSettlementDetailOutgoingRequestToCarrier() @uses ApiDetails::setMutualSettlementDetailSMSInformation() @uses ApiDetails::setMutualSettlementDetailBuyerGoodsReturn() @uses ApiDetails::setMutualSettlementDetailProductsPackaging() @uses ApiDetails::setMutualSettlementDetailAdjustmentWriteRegisters() @uses ApiDetails::setMutualSettlementDetailSafeCustody() @uses ApiDetails::setMutualSettlementDetailSafeCustodyCalculation() @uses ApiDetails::setMutualSettlementDetailRegisterStorage() @param \StructType\ApiMutualSettlementDetailCalcCostShipping[] $mutualSettlementDetailCalcCostShipping @param \StructType\ApiMutualSettlementDetailCashFlow[] $mutualSettlementDetailCashFlow @param \StructType\ApiMutualSettlementDetailClientPayment[] $mutualSettlementDetailClientPayment @param \StructType\ApiMutualSettlementDetailPostReturnRegistry[] $mutualSettlementDetailPostReturnRegistry @param \StructType\ApiMutualSettlementDetailRouteList[] $mutualSettlementDetailRouteList @param \StructType\ApiMutualSettlementDetailTrackNumberPayment[] $mutualSettlementDetailTrackNumberPayment @param \StructType\ApiMutualSettlementDetailServiceRegistration[] $mutualSettlementDetailServiceRegistration @param \StructType\ApiMutualSettlementDetailAcceptanceRegistry[] $mutualSettlementDetailAcceptanceRegistry @param \StructType\ApiMutualSettlementDetailAdditionalChargeFare[] $mutualSettlementDetailAdditionalChargeFare @param \StructType\ApiMutualSettlementDetailOutgoingRequestToCarrier[] $mutualSettlementDetailOutgoingRequestToCarrier @param \StructType\ApiMutualSettlementDetailSMSInformation[] $mutualSettlementDetailSMSInformation @param \StructType\ApiMutualSettlementDetailBuyerGoodsReturn[] $mutualSettlementDetailBuyerGoodsReturn @param \StructType\ApiMutualSettlementDetailProductsPackaging[] $mutualSettlementDetailProductsPackaging @param \StructType\ApiMutualSettlementDetailAdjustmentWriteRegisters[] $mutualSettlementDetailAdjustmentWriteRegisters @param \StructType\ApiMutualSettlementDetailSafeCustody[] $mutualSettlementDetailSafeCustody @param \StructType\ApiMutualSettlementDetailSafeCustodyCalculation[] $mutualSettlementDetailSafeCustodyCalculation @param \StructType\ApiMutualSettlementDetailRegisterStorage[] $mutualSettlementDetailRegisterStorage
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidDetails.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidDetails.php
MIT
public function __construct(?string $cardHolderName = null, ?\StructType\ApiCardIssuerName $cardIssuerName = null, ?\StructType\ApiAddressType $address = null, ?array $telephone = null, ?array $email = null, ?string $cardType = null, ?string $cardCode = null, ?string $cardName = null, ?string $cardNumber = null, ?string $seriesCode = null, ?string $maskedCardNumber = null, ?string $cardHolderRPH = null, ?string $countryOfIssue = null, ?string $remark = null, ?string $shareSynchInd = null, ?string $shareMarketInd = null, ?string $effectiveDate = null, ?string $expireDate = null) { $this ->setCardHolderName($cardHolderName) ->setCardIssuerName($cardIssuerName) ->setAddress($address) ->setTelephone($telephone) ->setEmail($email) ->setCardType($cardType) ->setCardCode($cardCode) ->setCardName($cardName) ->setCardNumber($cardNumber) ->setSeriesCode($seriesCode) ->setMaskedCardNumber($maskedCardNumber) ->setCardHolderRPH($cardHolderRPH) ->setCountryOfIssue($countryOfIssue) ->setRemark($remark) ->setShareSynchInd($shareSynchInd) ->setShareMarketInd($shareMarketInd) ->setEffectiveDate($effectiveDate) ->setExpireDate($expireDate); }
Constructor method for PaymentCardType @uses ApiPaymentCardType::setCardHolderName() @uses ApiPaymentCardType::setCardIssuerName() @uses ApiPaymentCardType::setAddress() @uses ApiPaymentCardType::setTelephone() @uses ApiPaymentCardType::setEmail() @uses ApiPaymentCardType::setCardType() @uses ApiPaymentCardType::setCardCode() @uses ApiPaymentCardType::setCardName() @uses ApiPaymentCardType::setCardNumber() @uses ApiPaymentCardType::setSeriesCode() @uses ApiPaymentCardType::setMaskedCardNumber() @uses ApiPaymentCardType::setCardHolderRPH() @uses ApiPaymentCardType::setCountryOfIssue() @uses ApiPaymentCardType::setRemark() @uses ApiPaymentCardType::setShareSynchInd() @uses ApiPaymentCardType::setShareMarketInd() @uses ApiPaymentCardType::setEffectiveDate() @uses ApiPaymentCardType::setExpireDate() @param string $cardHolderName @param \StructType\ApiCardIssuerName $cardIssuerName @param \StructType\ApiAddressType $address @param \StructType\ApiTelephone[] $telephone @param \StructType\ApiEmailType[] $email @param string $cardType @param string $cardCode @param string $cardName @param string $cardNumber @param string $seriesCode @param string $maskedCardNumber @param string $cardHolderRPH @param string $countryOfIssue @param string $remark @param string $shareSynchInd @param string $shareMarketInd @param string $effectiveDate @param string $expireDate
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPaymentCardType.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPaymentCardType.php
MIT
public function CreateQueue(\StructType\ApiCreateQueue $body) { try { $this->setResult($resultCreateQueue = $this->getSoapClient()->__soapCall('CreateQueue', [ $body, ], [], [], $this->outputHeaders)); return $resultCreateQueue; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CreateQueue Meta information extracted from the WSDL - documentation: The CreateQueue action creates a new queue, or returns the URL of an existing one. When you request CreateQueue, you provide a name for the queue. To successfully create a new queue, you must provide a name that is unique within the scope of your own queues. If you provide the name of an existing queue, a new queue isn't created and an error isn't returned. Instead, the request succeeds and the queue URL for the existing queue is returned. A CreateQueue call may include attributes to set on a newly created queue. The effect is the same as the CreateQueue call followed by a SetQueueAttributes call (with the same attributes). However, when the queue already exists CreateQueue will not update any attributes. It simply compares the attribute values provided with the current settings on the existing queue, and returns the queue URL if the values match. Otherwise, it responds with an error otherwise. SetQueueAttributes should be used to change the values of attributes for an existing queue. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCreateQueue $body @return \StructType\ApiCreateQueueResponse|bool
CreateQueue
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiCreate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiCreate.php
MIT
public function __construct(?array $string = null) { $this ->setString($string); }
Constructor method for ArrayOfString @uses ApiArrayOfString::setString() @param string[] $string
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiArrayOfString.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiArrayOfString.php
MIT
public function __construct(string $type, string $iD, ?\StructType\ApiCompanyNameType $companyName = null, ?string $uRL = null, ?string $iD_Context = null) { $this ->setType($type) ->setID($iD) ->setCompanyName($companyName) ->setURL($uRL) ->setID_Context($iD_Context); }
Constructor method for UniqueID_Type @uses ApiUniqueID_Type::setType() @uses ApiUniqueID_Type::setID() @uses ApiUniqueID_Type::setCompanyName() @uses ApiUniqueID_Type::setURL() @uses ApiUniqueID_Type::setID_Context() @param string $type @param string $iD @param \StructType\ApiCompanyNameType $companyName @param string $uRL @param string $iD_Context
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidUniqueID_Type.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidUniqueID_Type.php
MIT
public function __construct(?array $string = null) { $this ->setString($string); }
Constructor method for ArrayOfGuid @uses ApiArrayOfGuid::setString() @param string[] $string
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiArrayOfGuid.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiArrayOfGuid.php
MIT
public function __construct(string $month, string $year) { $this ->setMonth($month) ->setYear($year); }
Constructor method for expiryDate @uses ApiExpiryDate::setMonth() @uses ApiExpiryDate::setYear() @param string $month @param string $year
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidExpiryDate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidExpiryDate.php
MIT
public function deleteList(\StructType\ApiDeleteList $parameter) { try { $this->setResult($resultDeleteList = $this->getSoapClient()->__soapCall('deleteList', [ $parameter, ], [], [], $this->outputHeaders)); return $resultDeleteList; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named deleteList Meta information extracted from the WSDL - SOAPHeaderNames: SessionHeader, ClusterHeader - SOAPHeaderNamespaces: urn:api.actonsoftware.com, urn:api.actonsoftware.com - SOAPHeaderTypes: \StructType\ApiSessionHeader, \StructType\ApiClusterHeader - SOAPHeaders: optional, required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDeleteList $parameter @return void|bool
deleteList
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDelete.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDelete.php
MIT
public function RefundTransaction(\StructType\ApiRefundTransactionReq $refundTransactionRequest) { try { $this->setResult($resultRefundTransaction = $this->getSoapClient()->__soapCall('RefundTransaction', [ $refundTransactionRequest, ], [], [], $this->outputHeaders)); return $resultRefundTransaction; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named RefundTransaction Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiRefundTransactionReq $refundTransactionRequest @return \StructType\ApiRefundTransactionResponseType|bool
RefundTransaction
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function InitiateRecoup(\StructType\ApiInitiateRecoupReq $initiateRecoupRequest) { try { $this->setResult($resultInitiateRecoup = $this->getSoapClient()->__soapCall('InitiateRecoup', [ $initiateRecoupRequest, ], [], [], $this->outputHeaders)); return $resultInitiateRecoup; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named InitiateRecoup Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiInitiateRecoupReq $initiateRecoupRequest @return \StructType\ApiInitiateRecoupResponseType|bool
InitiateRecoup
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function CompleteRecoup(\StructType\ApiCompleteRecoupReq $completeRecoupRequest) { try { $this->setResult($resultCompleteRecoup = $this->getSoapClient()->__soapCall('CompleteRecoup', [ $completeRecoupRequest, ], [], [], $this->outputHeaders)); return $resultCompleteRecoup; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CompleteRecoup Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCompleteRecoupReq $completeRecoupRequest @return \StructType\ApiCompleteRecoupResponseType|bool
CompleteRecoup
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function CancelRecoup(\StructType\ApiCancelRecoupReq $cancelRecoupRequest) { try { $this->setResult($resultCancelRecoup = $this->getSoapClient()->__soapCall('CancelRecoup', [ $cancelRecoupRequest, ], [], [], $this->outputHeaders)); return $resultCancelRecoup; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CancelRecoup Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCancelRecoupReq $cancelRecoupRequest @return \StructType\ApiCancelRecoupResponseType|bool
CancelRecoup
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetTransactionDetails(\StructType\ApiGetTransactionDetailsReq $getTransactionDetailsRequest) { try { $this->setResult($resultGetTransactionDetails = $this->getSoapClient()->__soapCall('GetTransactionDetails', [ $getTransactionDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetTransactionDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetTransactionDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetTransactionDetailsReq $getTransactionDetailsRequest @return \StructType\ApiGetTransactionDetailsResponseType|bool
GetTransactionDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BMCreateButton(\StructType\ApiBMCreateButtonReq $bMCreateButtonRequest) { try { $this->setResult($resultBMCreateButton = $this->getSoapClient()->__soapCall('BMCreateButton', [ $bMCreateButtonRequest, ], [], [], $this->outputHeaders)); return $resultBMCreateButton; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BMCreateButton Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBMCreateButtonReq $bMCreateButtonRequest @return \StructType\ApiBMCreateButtonResponseType|bool
BMCreateButton
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BMUpdateButton(\StructType\ApiBMUpdateButtonReq $bMUpdateButtonRequest) { try { $this->setResult($resultBMUpdateButton = $this->getSoapClient()->__soapCall('BMUpdateButton', [ $bMUpdateButtonRequest, ], [], [], $this->outputHeaders)); return $resultBMUpdateButton; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BMUpdateButton Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBMUpdateButtonReq $bMUpdateButtonRequest @return \StructType\ApiBMUpdateButtonResponseType|bool
BMUpdateButton
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BMSetInventory(\StructType\ApiBMSetInventoryReq $bMSetInventoryRequest) { try { $this->setResult($resultBMSetInventory = $this->getSoapClient()->__soapCall('BMSetInventory', [ $bMSetInventoryRequest, ], [], [], $this->outputHeaders)); return $resultBMSetInventory; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BMSetInventory Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBMSetInventoryReq $bMSetInventoryRequest @return \StructType\ApiBMSetInventoryResponseType|bool
BMSetInventory
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BMGetButtonDetails(\StructType\ApiBMGetButtonDetailsReq $bMGetButtonDetailsRequest) { try { $this->setResult($resultBMGetButtonDetails = $this->getSoapClient()->__soapCall('BMGetButtonDetails', [ $bMGetButtonDetailsRequest, ], [], [], $this->outputHeaders)); return $resultBMGetButtonDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BMGetButtonDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBMGetButtonDetailsReq $bMGetButtonDetailsRequest @return \StructType\ApiBMGetButtonDetailsResponseType|bool
BMGetButtonDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BMGetInventory(\StructType\ApiBMGetInventoryReq $bMGetInventoryRequest) { try { $this->setResult($resultBMGetInventory = $this->getSoapClient()->__soapCall('BMGetInventory', [ $bMGetInventoryRequest, ], [], [], $this->outputHeaders)); return $resultBMGetInventory; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BMGetInventory Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBMGetInventoryReq $bMGetInventoryRequest @return \StructType\ApiBMGetInventoryResponseType|bool
BMGetInventory
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BMManageButtonStatus(\StructType\ApiBMManageButtonStatusReq $bMManageButtonStatusRequest) { try { $this->setResult($resultBMManageButtonStatus = $this->getSoapClient()->__soapCall('BMManageButtonStatus', [ $bMManageButtonStatusRequest, ], [], [], $this->outputHeaders)); return $resultBMManageButtonStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BMManageButtonStatus Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBMManageButtonStatusReq $bMManageButtonStatusRequest @return \StructType\ApiBMManageButtonStatusResponseType|bool
BMManageButtonStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BMButtonSearch(\StructType\ApiBMButtonSearchReq $bMButtonSearchRequest) { try { $this->setResult($resultBMButtonSearch = $this->getSoapClient()->__soapCall('BMButtonSearch', [ $bMButtonSearchRequest, ], [], [], $this->outputHeaders)); return $resultBMButtonSearch; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BMButtonSearch Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBMButtonSearchReq $bMButtonSearchRequest @return \StructType\ApiBMButtonSearchResponseType|bool
BMButtonSearch
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BillUser(\StructType\ApiBillUserReq $billUserRequest) { try { $this->setResult($resultBillUser = $this->getSoapClient()->__soapCall('BillUser', [ $billUserRequest, ], [], [], $this->outputHeaders)); return $resultBillUser; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BillUser Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBillUserReq $billUserRequest @return \StructType\ApiBillUserResponseType|bool
BillUser
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function TransactionSearch(\StructType\ApiTransactionSearchReq $transactionSearchRequest) { try { $this->setResult($resultTransactionSearch = $this->getSoapClient()->__soapCall('TransactionSearch', [ $transactionSearchRequest, ], [], [], $this->outputHeaders)); return $resultTransactionSearch; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named TransactionSearch Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiTransactionSearchReq $transactionSearchRequest @return \StructType\ApiTransactionSearchResponseType|bool
TransactionSearch
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function MassPay(\StructType\ApiMassPayReq $massPayRequest) { try { $this->setResult($resultMassPay = $this->getSoapClient()->__soapCall('MassPay', [ $massPayRequest, ], [], [], $this->outputHeaders)); return $resultMassPay; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named MassPay Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiMassPayReq $massPayRequest @return \StructType\ApiMassPayResponseType|bool
MassPay
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BillAgreementUpdate(\StructType\ApiBillAgreementUpdateReq $billAgreementUpdateRequest) { try { $this->setResult($resultBillAgreementUpdate = $this->getSoapClient()->__soapCall('BillAgreementUpdate', [ $billAgreementUpdateRequest, ], [], [], $this->outputHeaders)); return $resultBillAgreementUpdate; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BillAgreementUpdate Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBillAgreementUpdateReq $billAgreementUpdateRequest @return \StructType\ApiBAUpdateResponseType|bool
BillAgreementUpdate
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function AddressVerify(\StructType\ApiAddressVerifyReq $addressVerifyRequest) { try { $this->setResult($resultAddressVerify = $this->getSoapClient()->__soapCall('AddressVerify', [ $addressVerifyRequest, ], [], [], $this->outputHeaders)); return $resultAddressVerify; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AddressVerify Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiAddressVerifyReq $addressVerifyRequest @return \StructType\ApiAddressVerifyResponseType|bool
AddressVerify
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function EnterBoarding(\StructType\ApiEnterBoardingReq $enterBoardingRequest) { try { $this->setResult($resultEnterBoarding = $this->getSoapClient()->__soapCall('EnterBoarding', [ $enterBoardingRequest, ], [], [], $this->outputHeaders)); return $resultEnterBoarding; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named EnterBoarding Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiEnterBoardingReq $enterBoardingRequest @return \StructType\ApiEnterBoardingResponseType|bool
EnterBoarding
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetBoardingDetails(\StructType\ApiGetBoardingDetailsReq $getBoardingDetailsRequest) { try { $this->setResult($resultGetBoardingDetails = $this->getSoapClient()->__soapCall('GetBoardingDetails', [ $getBoardingDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetBoardingDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetBoardingDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetBoardingDetailsReq $getBoardingDetailsRequest @return \StructType\ApiGetBoardingDetailsResponseType|bool
GetBoardingDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function CreateMobilePayment(\StructType\ApiCreateMobilePaymentReq $createMobilePaymentRequest) { try { $this->setResult($resultCreateMobilePayment = $this->getSoapClient()->__soapCall('CreateMobilePayment', [ $createMobilePaymentRequest, ], [], [], $this->outputHeaders)); return $resultCreateMobilePayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CreateMobilePayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCreateMobilePaymentReq $createMobilePaymentRequest @return \StructType\ApiCreateMobilePaymentResponseType|bool
CreateMobilePayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetMobileStatus(\StructType\ApiGetMobileStatusReq $getMobileStatusRequest) { try { $this->setResult($resultGetMobileStatus = $this->getSoapClient()->__soapCall('GetMobileStatus', [ $getMobileStatusRequest, ], [], [], $this->outputHeaders)); return $resultGetMobileStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetMobileStatus Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetMobileStatusReq $getMobileStatusRequest @return \StructType\ApiGetMobileStatusResponseType|bool
GetMobileStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetMobileCheckout(\StructType\ApiSetMobileCheckoutReq $setMobileCheckoutRequest) { try { $this->setResult($resultSetMobileCheckout = $this->getSoapClient()->__soapCall('SetMobileCheckout', [ $setMobileCheckoutRequest, ], [], [], $this->outputHeaders)); return $resultSetMobileCheckout; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetMobileCheckout Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetMobileCheckoutReq $setMobileCheckoutRequest @return \StructType\ApiSetMobileCheckoutResponseType|bool
SetMobileCheckout
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoMobileCheckoutPayment(\StructType\ApiDoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest) { try { $this->setResult($resultDoMobileCheckoutPayment = $this->getSoapClient()->__soapCall('DoMobileCheckoutPayment', [ $doMobileCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoMobileCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoMobileCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest @return \StructType\ApiDoMobileCheckoutPaymentResponseType|bool
DoMobileCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetBalance(\StructType\ApiGetBalanceReq $getBalanceRequest) { try { $this->setResult($resultGetBalance = $this->getSoapClient()->__soapCall('GetBalance', [ $getBalanceRequest, ], [], [], $this->outputHeaders)); return $resultGetBalance; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetBalance Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetBalanceReq $getBalanceRequest @return \StructType\ApiGetBalanceResponseType|bool
GetBalance
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetPalDetails(\StructType\ApiGetPalDetailsReq $getPalDetailsRequest) { try { $this->setResult($resultGetPalDetails = $this->getSoapClient()->__soapCall('GetPalDetails', [ $getPalDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetPalDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetPalDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetPalDetailsReq $getPalDetailsRequest @return \StructType\ApiGetPalDetailsResponseType|bool
GetPalDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoExpressCheckoutPayment(\StructType\ApiDoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest) { try { $this->setResult($resultDoExpressCheckoutPayment = $this->getSoapClient()->__soapCall('DoExpressCheckoutPayment', [ $doExpressCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoExpressCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoExpressCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest @return \StructType\ApiDoExpressCheckoutPaymentResponseType|bool
DoExpressCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoUATPExpressCheckoutPayment(\StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest) { try { $this->setResult($resultDoUATPExpressCheckoutPayment = $this->getSoapClient()->__soapCall('DoUATPExpressCheckoutPayment', [ $doUATPExpressCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoUATPExpressCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoUATPExpressCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest @return \StructType\ApiDoUATPExpressCheckoutPaymentResponseType|bool
DoUATPExpressCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetAuthFlowParam(\StructType\ApiSetAuthFlowParamReq $setAuthFlowParamRequest) { try { $this->setResult($resultSetAuthFlowParam = $this->getSoapClient()->__soapCall('SetAuthFlowParam', [ $setAuthFlowParamRequest, ], [], [], $this->outputHeaders)); return $resultSetAuthFlowParam; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetAuthFlowParam Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetAuthFlowParamReq $setAuthFlowParamRequest @return \StructType\ApiSetAuthFlowParamResponseType|bool
SetAuthFlowParam
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetAuthDetails(\StructType\ApiGetAuthDetailsReq $getAuthDetailsRequest) { try { $this->setResult($resultGetAuthDetails = $this->getSoapClient()->__soapCall('GetAuthDetails', [ $getAuthDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetAuthDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetAuthDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetAuthDetailsReq $getAuthDetailsRequest @return \StructType\ApiGetAuthDetailsResponseType|bool
GetAuthDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetAccessPermissions(\StructType\ApiSetAccessPermissionsReq $setAccessPermissionsRequest) { try { $this->setResult($resultSetAccessPermissions = $this->getSoapClient()->__soapCall('SetAccessPermissions', [ $setAccessPermissionsRequest, ], [], [], $this->outputHeaders)); return $resultSetAccessPermissions; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetAccessPermissions Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetAccessPermissionsReq $setAccessPermissionsRequest @return \StructType\ApiSetAccessPermissionsResponseType|bool
SetAccessPermissions
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function UpdateAccessPermissions(\StructType\ApiUpdateAccessPermissionsReq $updateAccessPermissionsRequest) { try { $this->setResult($resultUpdateAccessPermissions = $this->getSoapClient()->__soapCall('UpdateAccessPermissions', [ $updateAccessPermissionsRequest, ], [], [], $this->outputHeaders)); return $resultUpdateAccessPermissions; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named UpdateAccessPermissions Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiUpdateAccessPermissionsReq $updateAccessPermissionsRequest @return \StructType\ApiUpdateAccessPermissionsResponseType|bool
UpdateAccessPermissions
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetAccessPermissionDetails(\StructType\ApiGetAccessPermissionDetailsReq $getAccessPermissionDetailsRequest) { try { $this->setResult($resultGetAccessPermissionDetails = $this->getSoapClient()->__soapCall('GetAccessPermissionDetails', [ $getAccessPermissionDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetAccessPermissionDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetAccessPermissionDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetAccessPermissionDetailsReq $getAccessPermissionDetailsRequest @return \StructType\ApiGetAccessPermissionDetailsResponseType|bool
GetAccessPermissionDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetIncentiveEvaluation(\StructType\ApiGetIncentiveEvaluationReq $getIncentiveEvaluationRequest) { try { $this->setResult($resultGetIncentiveEvaluation = $this->getSoapClient()->__soapCall('GetIncentiveEvaluation', [ $getIncentiveEvaluationRequest, ], [], [], $this->outputHeaders)); return $resultGetIncentiveEvaluation; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetIncentiveEvaluation Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetIncentiveEvaluationReq $getIncentiveEvaluationRequest @return \StructType\ApiGetIncentiveEvaluationResponseType|bool
GetIncentiveEvaluation
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetExpressCheckout(\StructType\ApiSetExpressCheckoutReq $setExpressCheckoutRequest) { try { $this->setResult($resultSetExpressCheckout = $this->getSoapClient()->__soapCall('SetExpressCheckout', [ $setExpressCheckoutRequest, ], [], [], $this->outputHeaders)); return $resultSetExpressCheckout; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetExpressCheckout Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetExpressCheckoutReq $setExpressCheckoutRequest @return \StructType\ApiSetExpressCheckoutResponseType|bool
SetExpressCheckout
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ExecuteCheckoutOperations(\StructType\ApiExecuteCheckoutOperationsReq $executeCheckoutOperationsRequest) { try { $this->setResult($resultExecuteCheckoutOperations = $this->getSoapClient()->__soapCall('ExecuteCheckoutOperations', [ $executeCheckoutOperationsRequest, ], [], [], $this->outputHeaders)); return $resultExecuteCheckoutOperations; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ExecuteCheckoutOperations Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiExecuteCheckoutOperationsReq $executeCheckoutOperationsRequest @return \StructType\ApiExecuteCheckoutOperationsResponseType|bool
ExecuteCheckoutOperations
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetExpressCheckoutDetails(\StructType\ApiGetExpressCheckoutDetailsReq $getExpressCheckoutDetailsRequest) { try { $this->setResult($resultGetExpressCheckoutDetails = $this->getSoapClient()->__soapCall('GetExpressCheckoutDetails', [ $getExpressCheckoutDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetExpressCheckoutDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetExpressCheckoutDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetExpressCheckoutDetailsReq $getExpressCheckoutDetailsRequest @return \StructType\ApiGetExpressCheckoutDetailsResponseType|bool
GetExpressCheckoutDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoDirectPayment(\StructType\ApiDoDirectPaymentReq $doDirectPaymentRequest) { try { $this->setResult($resultDoDirectPayment = $this->getSoapClient()->__soapCall('DoDirectPayment', [ $doDirectPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoDirectPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoDirectPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoDirectPaymentReq $doDirectPaymentRequest @return \StructType\ApiDoDirectPaymentResponseType|bool
DoDirectPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ManagePendingTransactionStatus(\StructType\ApiManagePendingTransactionStatusReq $managePendingTransactionStatusRequest) { try { $this->setResult($resultManagePendingTransactionStatus = $this->getSoapClient()->__soapCall('ManagePendingTransactionStatus', [ $managePendingTransactionStatusRequest, ], [], [], $this->outputHeaders)); return $resultManagePendingTransactionStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ManagePendingTransactionStatus Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiManagePendingTransactionStatusReq $managePendingTransactionStatusRequest @return \StructType\ApiManagePendingTransactionStatusResponseType|bool
ManagePendingTransactionStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoCancel(\StructType\ApiDoCancelReq $doCancelRequest) { try { $this->setResult($resultDoCancel = $this->getSoapClient()->__soapCall('DoCancel', [ $doCancelRequest, ], [], [], $this->outputHeaders)); return $resultDoCancel; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoCancel Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoCancelReq $doCancelRequest @return \StructType\ApiDoCancelResponseType|bool
DoCancel
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoCapture(\StructType\ApiDoCaptureReq $doCaptureRequest) { try { $this->setResult($resultDoCapture = $this->getSoapClient()->__soapCall('DoCapture', [ $doCaptureRequest, ], [], [], $this->outputHeaders)); return $resultDoCapture; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoCapture Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoCaptureReq $doCaptureRequest @return \StructType\ApiDoCaptureResponseType|bool
DoCapture
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoReauthorization(\StructType\ApiDoReauthorizationReq $doReauthorizationRequest) { try { $this->setResult($resultDoReauthorization = $this->getSoapClient()->__soapCall('DoReauthorization', [ $doReauthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoReauthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoReauthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoReauthorizationReq $doReauthorizationRequest @return \StructType\ApiDoReauthorizationResponseType|bool
DoReauthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoVoid(\StructType\ApiDoVoidReq $doVoidRequest) { try { $this->setResult($resultDoVoid = $this->getSoapClient()->__soapCall('DoVoid', [ $doVoidRequest, ], [], [], $this->outputHeaders)); return $resultDoVoid; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoVoid Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoVoidReq $doVoidRequest @return \StructType\ApiDoVoidResponseType|bool
DoVoid
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoAuthorization(\StructType\ApiDoAuthorizationReq $doAuthorizationRequest) { try { $this->setResult($resultDoAuthorization = $this->getSoapClient()->__soapCall('DoAuthorization', [ $doAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoAuthorizationReq $doAuthorizationRequest @return \StructType\ApiDoAuthorizationResponseType|bool
DoAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function UpdateAuthorization(\StructType\ApiUpdateAuthorizationReq $updateAuthorizationRequest) { try { $this->setResult($resultUpdateAuthorization = $this->getSoapClient()->__soapCall('UpdateAuthorization', [ $updateAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultUpdateAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named UpdateAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiUpdateAuthorizationReq $updateAuthorizationRequest @return \StructType\ApiUpdateAuthorizationResponseType|bool
UpdateAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoUATPAuthorization(\StructType\ApiDoUATPAuthorizationReq $doUATPAuthorizationRequest) { try { $this->setResult($resultDoUATPAuthorization = $this->getSoapClient()->__soapCall('DoUATPAuthorization', [ $doUATPAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoUATPAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoUATPAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoUATPAuthorizationReq $doUATPAuthorizationRequest @return \StructType\ApiDoUATPAuthorizationResponseType|bool
DoUATPAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function SetCustomerBillingAgreement(\StructType\ApiSetCustomerBillingAgreementReq $setCustomerBillingAgreementRequest) { try { $this->setResult($resultSetCustomerBillingAgreement = $this->getSoapClient()->__soapCall('SetCustomerBillingAgreement', [ $setCustomerBillingAgreementRequest, ], [], [], $this->outputHeaders)); return $resultSetCustomerBillingAgreement; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named SetCustomerBillingAgreement Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSetCustomerBillingAgreementReq $setCustomerBillingAgreementRequest @return \StructType\ApiSetCustomerBillingAgreementResponseType|bool
SetCustomerBillingAgreement
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetBillingAgreementCustomerDetails(\StructType\ApiGetBillingAgreementCustomerDetailsReq $getBillingAgreementCustomerDetailsRequest) { try { $this->setResult($resultGetBillingAgreementCustomerDetails = $this->getSoapClient()->__soapCall('GetBillingAgreementCustomerDetails', [ $getBillingAgreementCustomerDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetBillingAgreementCustomerDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetBillingAgreementCustomerDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetBillingAgreementCustomerDetailsReq $getBillingAgreementCustomerDetailsRequest @return \StructType\ApiGetBillingAgreementCustomerDetailsResponseType|bool
GetBillingAgreementCustomerDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function CreateBillingAgreement(\StructType\ApiCreateBillingAgreementReq $createBillingAgreementRequest) { try { $this->setResult($resultCreateBillingAgreement = $this->getSoapClient()->__soapCall('CreateBillingAgreement', [ $createBillingAgreementRequest, ], [], [], $this->outputHeaders)); return $resultCreateBillingAgreement; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CreateBillingAgreement Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCreateBillingAgreementReq $createBillingAgreementRequest @return \StructType\ApiCreateBillingAgreementResponseType|bool
CreateBillingAgreement
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoReferenceTransaction(\StructType\ApiDoReferenceTransactionReq $doReferenceTransactionRequest) { try { $this->setResult($resultDoReferenceTransaction = $this->getSoapClient()->__soapCall('DoReferenceTransaction', [ $doReferenceTransactionRequest, ], [], [], $this->outputHeaders)); return $resultDoReferenceTransaction; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoReferenceTransaction Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoReferenceTransactionReq $doReferenceTransactionRequest @return \StructType\ApiDoReferenceTransactionResponseType|bool
DoReferenceTransaction
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function CreateRecurringPaymentsProfile(\StructType\ApiCreateRecurringPaymentsProfileReq $createRecurringPaymentsProfileRequest) { try { $this->setResult($resultCreateRecurringPaymentsProfile = $this->getSoapClient()->__soapCall('CreateRecurringPaymentsProfile', [ $createRecurringPaymentsProfileRequest, ], [], [], $this->outputHeaders)); return $resultCreateRecurringPaymentsProfile; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named CreateRecurringPaymentsProfile Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiCreateRecurringPaymentsProfileReq $createRecurringPaymentsProfileRequest @return \StructType\ApiCreateRecurringPaymentsProfileResponseType|bool
CreateRecurringPaymentsProfile
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function GetRecurringPaymentsProfileDetails(\StructType\ApiGetRecurringPaymentsProfileDetailsReq $getRecurringPaymentsProfileDetailsRequest) { try { $this->setResult($resultGetRecurringPaymentsProfileDetails = $this->getSoapClient()->__soapCall('GetRecurringPaymentsProfileDetails', [ $getRecurringPaymentsProfileDetailsRequest, ], [], [], $this->outputHeaders)); return $resultGetRecurringPaymentsProfileDetails; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named GetRecurringPaymentsProfileDetails Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiGetRecurringPaymentsProfileDetailsReq $getRecurringPaymentsProfileDetailsRequest @return \StructType\ApiGetRecurringPaymentsProfileDetailsResponseType|bool
GetRecurringPaymentsProfileDetails
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ManageRecurringPaymentsProfileStatus(\StructType\ApiManageRecurringPaymentsProfileStatusReq $manageRecurringPaymentsProfileStatusRequest) { try { $this->setResult($resultManageRecurringPaymentsProfileStatus = $this->getSoapClient()->__soapCall('ManageRecurringPaymentsProfileStatus', [ $manageRecurringPaymentsProfileStatusRequest, ], [], [], $this->outputHeaders)); return $resultManageRecurringPaymentsProfileStatus; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ManageRecurringPaymentsProfileStatus Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiManageRecurringPaymentsProfileStatusReq $manageRecurringPaymentsProfileStatusRequest @return \StructType\ApiManageRecurringPaymentsProfileStatusResponseType|bool
ManageRecurringPaymentsProfileStatus
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function BillOutstandingAmount(\StructType\ApiBillOutstandingAmountReq $billOutstandingAmountRequest) { try { $this->setResult($resultBillOutstandingAmount = $this->getSoapClient()->__soapCall('BillOutstandingAmount', [ $billOutstandingAmountRequest, ], [], [], $this->outputHeaders)); return $resultBillOutstandingAmount; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named BillOutstandingAmount Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiBillOutstandingAmountReq $billOutstandingAmountRequest @return \StructType\ApiBillOutstandingAmountResponseType|bool
BillOutstandingAmount
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function UpdateRecurringPaymentsProfile(\StructType\ApiUpdateRecurringPaymentsProfileReq $updateRecurringPaymentsProfileRequest) { try { $this->setResult($resultUpdateRecurringPaymentsProfile = $this->getSoapClient()->__soapCall('UpdateRecurringPaymentsProfile', [ $updateRecurringPaymentsProfileRequest, ], [], [], $this->outputHeaders)); return $resultUpdateRecurringPaymentsProfile; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named UpdateRecurringPaymentsProfile Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiUpdateRecurringPaymentsProfileReq $updateRecurringPaymentsProfileRequest @return \StructType\ApiUpdateRecurringPaymentsProfileResponseType|bool
UpdateRecurringPaymentsProfile
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function DoNonReferencedCredit(\StructType\ApiDoNonReferencedCreditReq $doNonReferencedCreditRequest) { try { $this->setResult($resultDoNonReferencedCredit = $this->getSoapClient()->__soapCall('DoNonReferencedCredit', [ $doNonReferencedCreditRequest, ], [], [], $this->outputHeaders)); return $resultDoNonReferencedCredit; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoNonReferencedCredit Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoNonReferencedCreditReq $doNonReferencedCreditRequest @return \StructType\ApiDoNonReferencedCreditResponseType|bool
DoNonReferencedCredit
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ReverseTransaction(\StructType\ApiReverseTransactionReq $reverseTransactionRequest) { try { $this->setResult($resultReverseTransaction = $this->getSoapClient()->__soapCall('ReverseTransaction', [ $reverseTransactionRequest, ], [], [], $this->outputHeaders)); return $resultReverseTransaction; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ReverseTransaction Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiReverseTransactionReq $reverseTransactionRequest @return \StructType\ApiReverseTransactionResponseType|bool
ReverseTransaction
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function ExternalRememberMeOptOut(\StructType\ApiExternalRememberMeOptOutReq $externalRememberMeOptOutRequest) { try { $this->setResult($resultExternalRememberMeOptOut = $this->getSoapClient()->__soapCall('ExternalRememberMeOptOut', [ $externalRememberMeOptOutRequest, ], [], [], $this->outputHeaders)); return $resultExternalRememberMeOptOut; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named ExternalRememberMeOptOut Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiExternalRememberMeOptOutReq $externalRememberMeOptOutRequest @return \StructType\ApiExternalRememberMeOptOutResponseType|bool
ExternalRememberMeOptOut
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidPayPalApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidPayPalApiService.php
MIT
public function Search(\StructType\SearchRequestBingApi $parameters) { try { $this->setResult($resultSearch = $this->getSoapClient()->__soapCall('Search', [ $parameters, ], [], [], $this->outputHeaders)); return $resultSearch; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Search @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\SearchRequestBingApi $parameters @return \StructType\SearchResponseBingApi|bool
Search
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiSearchBingApi.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiSearchBingApi.php
MIT
public function DoMobileCheckoutPayment(\StructType\ApiDoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest) { try { $this->setResult($resultDoMobileCheckoutPayment = $this->getSoapClient()->__soapCall('DoMobileCheckoutPayment', [ $doMobileCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoMobileCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoMobileCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest @return \StructType\ApiDoMobileCheckoutPaymentResponseType|bool
DoMobileCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoExpressCheckoutPayment(\StructType\ApiDoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest) { try { $this->setResult($resultDoExpressCheckoutPayment = $this->getSoapClient()->__soapCall('DoExpressCheckoutPayment', [ $doExpressCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoExpressCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoExpressCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest @return \StructType\ApiDoExpressCheckoutPaymentResponseType|bool
DoExpressCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoUATPExpressCheckoutPayment(\StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest) { try { $this->setResult($resultDoUATPExpressCheckoutPayment = $this->getSoapClient()->__soapCall('DoUATPExpressCheckoutPayment', [ $doUATPExpressCheckoutPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoUATPExpressCheckoutPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoUATPExpressCheckoutPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest @return \StructType\ApiDoUATPExpressCheckoutPaymentResponseType|bool
DoUATPExpressCheckoutPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoDirectPayment(\StructType\ApiDoDirectPaymentReq $doDirectPaymentRequest) { try { $this->setResult($resultDoDirectPayment = $this->getSoapClient()->__soapCall('DoDirectPayment', [ $doDirectPaymentRequest, ], [], [], $this->outputHeaders)); return $resultDoDirectPayment; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoDirectPayment Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoDirectPaymentReq $doDirectPaymentRequest @return \StructType\ApiDoDirectPaymentResponseType|bool
DoDirectPayment
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoCancel(\StructType\ApiDoCancelReq $doCancelRequest) { try { $this->setResult($resultDoCancel = $this->getSoapClient()->__soapCall('DoCancel', [ $doCancelRequest, ], [], [], $this->outputHeaders)); return $resultDoCancel; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoCancel Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoCancelReq $doCancelRequest @return \StructType\ApiDoCancelResponseType|bool
DoCancel
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoCapture(\StructType\ApiDoCaptureReq $doCaptureRequest) { try { $this->setResult($resultDoCapture = $this->getSoapClient()->__soapCall('DoCapture', [ $doCaptureRequest, ], [], [], $this->outputHeaders)); return $resultDoCapture; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoCapture Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoCaptureReq $doCaptureRequest @return \StructType\ApiDoCaptureResponseType|bool
DoCapture
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoReauthorization(\StructType\ApiDoReauthorizationReq $doReauthorizationRequest) { try { $this->setResult($resultDoReauthorization = $this->getSoapClient()->__soapCall('DoReauthorization', [ $doReauthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoReauthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoReauthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoReauthorizationReq $doReauthorizationRequest @return \StructType\ApiDoReauthorizationResponseType|bool
DoReauthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoVoid(\StructType\ApiDoVoidReq $doVoidRequest) { try { $this->setResult($resultDoVoid = $this->getSoapClient()->__soapCall('DoVoid', [ $doVoidRequest, ], [], [], $this->outputHeaders)); return $resultDoVoid; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoVoid Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoVoidReq $doVoidRequest @return \StructType\ApiDoVoidResponseType|bool
DoVoid
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoAuthorization(\StructType\ApiDoAuthorizationReq $doAuthorizationRequest) { try { $this->setResult($resultDoAuthorization = $this->getSoapClient()->__soapCall('DoAuthorization', [ $doAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoAuthorizationReq $doAuthorizationRequest @return \StructType\ApiDoAuthorizationResponseType|bool
DoAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoUATPAuthorization(\StructType\ApiDoUATPAuthorizationReq $doUATPAuthorizationRequest) { try { $this->setResult($resultDoUATPAuthorization = $this->getSoapClient()->__soapCall('DoUATPAuthorization', [ $doUATPAuthorizationRequest, ], [], [], $this->outputHeaders)); return $resultDoUATPAuthorization; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoUATPAuthorization Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoUATPAuthorizationReq $doUATPAuthorizationRequest @return \StructType\ApiDoUATPAuthorizationResponseType|bool
DoUATPAuthorization
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoReferenceTransaction(\StructType\ApiDoReferenceTransactionReq $doReferenceTransactionRequest) { try { $this->setResult($resultDoReferenceTransaction = $this->getSoapClient()->__soapCall('DoReferenceTransaction', [ $doReferenceTransactionRequest, ], [], [], $this->outputHeaders)); return $resultDoReferenceTransaction; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoReferenceTransaction Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoReferenceTransactionReq $doReferenceTransactionRequest @return \StructType\ApiDoReferenceTransactionResponseType|bool
DoReferenceTransaction
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function DoNonReferencedCredit(\StructType\ApiDoNonReferencedCreditReq $doNonReferencedCreditRequest) { try { $this->setResult($resultDoNonReferencedCredit = $this->getSoapClient()->__soapCall('DoNonReferencedCredit', [ $doNonReferencedCreditRequest, ], [], [], $this->outputHeaders)); return $resultDoNonReferencedCredit; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named DoNonReferencedCredit Meta information extracted from the WSDL - SOAPHeaderNames: RequesterCredentials - SOAPHeaderNamespaces: urn:ebay:api:PayPalAPI - SOAPHeaderTypes: \StructType\ApiCustomSecurityHeaderType - SOAPHeaders: required @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiDoNonReferencedCreditReq $doNonReferencedCreditRequest @return \StructType\ApiDoNonReferencedCreditResponseType|bool
DoNonReferencedCredit
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiDo.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiDo.php
MIT
public function Login($login, $password) { try { $this->setResult($resultLogin = $this->getSoapClient()->__soapCall('Login', [ $login, $password, ], [], [], $this->outputHeaders)); return $resultLogin; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Login Meta information extracted from the WSDL - documentation: Выполняет авторизацию внешней системы и открывает сеанс работы @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param string $login @param string $password @return string|bool
Login
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiLogin.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiLogin.php
MIT
public function Search(\StructType\ApiSearchRequest $parameters) { try { $this->setResult($resultSearch = $this->getSoapClient()->__soapCall('Search', [ $parameters, ], [], [], $this->outputHeaders)); return $resultSearch; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named Search @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ApiSearchRequest $parameters @return \StructType\ApiSearchResponse|bool
Search
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidBingApiService.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidBingApiService.php
MIT
public function listPaymentMethods(\StructType\ListPaymentMethodsRequest $parameters) { try { $this->setResult($resultListPaymentMethods = $this->getSoapClient()->__soapCall('listPaymentMethods', [ $parameters, ], [], [], $this->outputHeaders)); return $resultListPaymentMethods; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named listPaymentMethods Meta information extracted from the WSDL - documentation: List the payment methods. To be implemented in a future minor version upgrade. @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param \StructType\ListPaymentMethodsRequest $parameters @return \StructType\ListPaymentMethodsResponse|bool
listPaymentMethods
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidListWithoutPrefix.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidListWithoutPrefix.php
MIT
public function __construct(?array $newsRelatedSearch = null) { $this ->setNewsRelatedSearch($newsRelatedSearch); }
Constructor method for ArrayOfNewsRelatedSearch @uses ApiArrayOfNewsRelatedSearch::setNewsRelatedSearch() @param \StructType\ApiNewsRelatedSearch[] $newsRelatedSearch
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiArrayOfNewsRelatedSearch.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiArrayOfNewsRelatedSearch.php
MIT
public function __construct(?float $area_total = null, ?float $area_residential = null, ?float $area_non_residential = null, ?string $cadastral_number = null, ?string $project_type = null, ?string $location_description = null, ?string $individual_name = null, ?string $house_type = null, ?string $exploitation_start_year = null, ?string $wall_material = null, ?string $floor_type = null, ?int $storeys_count = null, ?int $entrance_count = null, ?int $elevators_count = null, ?float $area_private = null, ?float $area_municipal = null, ?float $area_national = null, ?float $area_land = null, ?float $area_territory = null, ?string $inventory_number = null, ?int $flats_count = null, ?int $residents_count = null, ?int $accounts_count = null, ?string $construction_features = null, ?float $thermal_actual_expense = null, ?float $thermal_normative_expense = null, ?string $energy_efficiency = null, ?string $energy_audit_date = null, ?string $privatization_start_date = null, ?float $deterioration_total = null, ?float $deterioration_foundation = null, ?float $deterioration_bearing_walls = null, ?float $deterioration_floor = null, ?\StructType\ApiFacade $facade = null, ?\StructType\ApiRoof $roof = null, ?\StructType\ApiBasement $basement = null, ?\StructType\ApiCommonSpace $common_space = null, ?\StructType\ApiChute $chute = null, ?\StructType\ApiHeatingSystem $heating_system = null, ?\StructType\ApiHotWaterSystem $hot_water_system = null, ?\StructType\ApiColdWaterSystem $cold_water_system = null, ?\StructType\ApiSewerageSystem $sewerage_system = null, ?\StructType\ApiElectricitySystem $electricity_system = null, ?\StructType\ApiGasSystem $gas_system = null, ?array $lifts = null, ?\StructType\ApiManagementContract $management_contract = null, ?\StructType\ApiProvider $heating_provider = null, ?\StructType\ApiProvider $electricity_provider = null, ?\StructType\ApiProvider $gas_provider = null, ?\StructType\ApiProvider $hot_water_provider = null, ?\StructType\ApiProvider $cold_water_provider = null, ?\StructType\ApiProvider $drainage_provider = null, ?\StructType\ApiFinance $finance = null) { $this ->setArea_total($area_total) ->setArea_residential($area_residential) ->setArea_non_residential($area_non_residential) ->setCadastral_number($cadastral_number) ->setProject_type($project_type) ->setLocation_description($location_description) ->setIndividual_name($individual_name) ->setHouse_type($house_type) ->setExploitation_start_year($exploitation_start_year) ->setWall_material($wall_material) ->setFloor_type($floor_type) ->setStoreys_count($storeys_count) ->setEntrance_count($entrance_count) ->setElevators_count($elevators_count) ->setArea_private($area_private) ->setArea_municipal($area_municipal) ->setArea_national($area_national) ->setArea_land($area_land) ->setArea_territory($area_territory) ->setInventory_number($inventory_number) ->setFlats_count($flats_count) ->setResidents_count($residents_count) ->setAccounts_count($accounts_count) ->setConstruction_features($construction_features) ->setThermal_actual_expense($thermal_actual_expense) ->setThermal_normative_expense($thermal_normative_expense) ->setEnergy_efficiency($energy_efficiency) ->setEnergy_audit_date($energy_audit_date) ->setPrivatization_start_date($privatization_start_date) ->setDeterioration_total($deterioration_total) ->setDeterioration_foundation($deterioration_foundation) ->setDeterioration_bearing_walls($deterioration_bearing_walls) ->setDeterioration_floor($deterioration_floor) ->setFacade($facade) ->setRoof($roof) ->setBasement($basement) ->setCommon_space($common_space) ->setChute($chute) ->setHeating_system($heating_system) ->setHot_water_system($hot_water_system) ->setCold_water_system($cold_water_system) ->setSewerage_system($sewerage_system) ->setElectricity_system($electricity_system) ->setGas_system($gas_system) ->setLifts($lifts) ->setManagement_contract($management_contract) ->setHeating_provider($heating_provider) ->setElectricity_provider($electricity_provider) ->setGas_provider($gas_provider) ->setHot_water_provider($hot_water_provider) ->setCold_water_provider($cold_water_provider) ->setDrainage_provider($drainage_provider) ->setFinance($finance); }
Constructor method for HouseProfileData @uses ApiHouseProfileData::setArea_total() @uses ApiHouseProfileData::setArea_residential() @uses ApiHouseProfileData::setArea_non_residential() @uses ApiHouseProfileData::setCadastral_number() @uses ApiHouseProfileData::setProject_type() @uses ApiHouseProfileData::setLocation_description() @uses ApiHouseProfileData::setIndividual_name() @uses ApiHouseProfileData::setHouse_type() @uses ApiHouseProfileData::setExploitation_start_year() @uses ApiHouseProfileData::setWall_material() @uses ApiHouseProfileData::setFloor_type() @uses ApiHouseProfileData::setStoreys_count() @uses ApiHouseProfileData::setEntrance_count() @uses ApiHouseProfileData::setElevators_count() @uses ApiHouseProfileData::setArea_private() @uses ApiHouseProfileData::setArea_municipal() @uses ApiHouseProfileData::setArea_national() @uses ApiHouseProfileData::setArea_land() @uses ApiHouseProfileData::setArea_territory() @uses ApiHouseProfileData::setInventory_number() @uses ApiHouseProfileData::setFlats_count() @uses ApiHouseProfileData::setResidents_count() @uses ApiHouseProfileData::setAccounts_count() @uses ApiHouseProfileData::setConstruction_features() @uses ApiHouseProfileData::setThermal_actual_expense() @uses ApiHouseProfileData::setThermal_normative_expense() @uses ApiHouseProfileData::setEnergy_efficiency() @uses ApiHouseProfileData::setEnergy_audit_date() @uses ApiHouseProfileData::setPrivatization_start_date() @uses ApiHouseProfileData::setDeterioration_total() @uses ApiHouseProfileData::setDeterioration_foundation() @uses ApiHouseProfileData::setDeterioration_bearing_walls() @uses ApiHouseProfileData::setDeterioration_floor() @uses ApiHouseProfileData::setFacade() @uses ApiHouseProfileData::setRoof() @uses ApiHouseProfileData::setBasement() @uses ApiHouseProfileData::setCommon_space() @uses ApiHouseProfileData::setChute() @uses ApiHouseProfileData::setHeating_system() @uses ApiHouseProfileData::setHot_water_system() @uses ApiHouseProfileData::setCold_water_system() @uses ApiHouseProfileData::setSewerage_system() @uses ApiHouseProfileData::setElectricity_system() @uses ApiHouseProfileData::setGas_system() @uses ApiHouseProfileData::setLifts() @uses ApiHouseProfileData::setManagement_contract() @uses ApiHouseProfileData::setHeating_provider() @uses ApiHouseProfileData::setElectricity_provider() @uses ApiHouseProfileData::setGas_provider() @uses ApiHouseProfileData::setHot_water_provider() @uses ApiHouseProfileData::setCold_water_provider() @uses ApiHouseProfileData::setDrainage_provider() @uses ApiHouseProfileData::setFinance() @param float $area_total @param float $area_residential @param float $area_non_residential @param string $cadastral_number @param string $project_type @param string $location_description @param string $individual_name @param string $house_type @param string $exploitation_start_year @param string $wall_material @param string $floor_type @param int $storeys_count @param int $entrance_count @param int $elevators_count @param float $area_private @param float $area_municipal @param float $area_national @param float $area_land @param float $area_territory @param string $inventory_number @param int $flats_count @param int $residents_count @param int $accounts_count @param string $construction_features @param float $thermal_actual_expense @param float $thermal_normative_expense @param string $energy_efficiency @param string $energy_audit_date @param string $privatization_start_date @param float $deterioration_total @param float $deterioration_foundation @param float $deterioration_bearing_walls @param float $deterioration_floor @param \StructType\ApiFacade $facade @param \StructType\ApiRoof $roof @param \StructType\ApiBasement $basement @param \StructType\ApiCommonSpace $common_space @param \StructType\ApiChute $chute @param \StructType\ApiHeatingSystem $heating_system @param \StructType\ApiHotWaterSystem $hot_water_system @param \StructType\ApiColdWaterSystem $cold_water_system @param \StructType\ApiSewerageSystem $sewerage_system @param \StructType\ApiElectricitySystem $electricity_system @param \StructType\ApiGasSystem $gas_system @param \StructType\ApiLift[] $lifts @param \StructType\ApiManagementContract $management_contract @param \StructType\ApiProvider $heating_provider @param \StructType\ApiProvider $electricity_provider @param \StructType\ApiProvider $gas_provider @param \StructType\ApiProvider $hot_water_provider @param \StructType\ApiProvider $cold_water_provider @param \StructType\ApiProvider $drainage_provider @param \StructType\ApiFinance $finance
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidHouseProfileData.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidHouseProfileData.php
MIT
public function AuthenticateAccount($authenticateAccount) { try { $this->setResult($resultAuthenticateAccount = $this->getSoapClient()->__soapCall('AuthenticateAccount', [ $authenticateAccount, ], [], [], $this->outputHeaders)); return $resultAuthenticateAccount; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AuthenticateAccount @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param AuthenticateAccount $authenticateAccount @return AuthenticateAccountResponse|bool
AuthenticateAccount
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiAuthenticate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiAuthenticate.php
MIT
public function AuthenticateAdmin($authenticateAdmin) { try { $this->setResult($resultAuthenticateAdmin = $this->getSoapClient()->__soapCall('AuthenticateAdmin', [ $authenticateAdmin, ], [], [], $this->outputHeaders)); return $resultAuthenticateAdmin; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AuthenticateAdmin @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param AuthenticateAdmin $authenticateAdmin @return AuthenticateAdminResponse|bool
AuthenticateAdmin
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiAuthenticate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiAuthenticate.php
MIT
public function AuthenticateReseller($authenticateReseller) { try { $this->setResult($resultAuthenticateReseller = $this->getSoapClient()->__soapCall('AuthenticateReseller', [ $authenticateReseller, ], [], [], $this->outputHeaders)); return $resultAuthenticateReseller; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AuthenticateReseller @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param AuthenticateReseller $authenticateReseller @return AuthenticateResellerResponse|bool
AuthenticateReseller
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiAuthenticate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiAuthenticate.php
MIT
public function AuthenticateCustomer($authenticateCustomer) { try { $this->setResult($resultAuthenticateCustomer = $this->getSoapClient()->__soapCall('AuthenticateCustomer', [ $authenticateCustomer, ], [], [], $this->outputHeaders)); return $resultAuthenticateCustomer; } catch (SoapFault $soapFault) { $this->saveLastError(__METHOD__, $soapFault); return false; } }
Method to call the operation originally named AuthenticateCustomer @uses AbstractSoapClientBase::getSoapClient() @uses AbstractSoapClientBase::setResult() @uses AbstractSoapClientBase::saveLastError() @param AuthenticateCustomer $authenticateCustomer @return AuthenticateCustomerResponse|bool
AuthenticateCustomer
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiAuthenticate.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiAuthenticate.php
MIT
public function __construct(?array $webSearchOption = null) { $this ->setWebSearchOption($webSearchOption); }
Constructor method for ArrayOfWebSearchOption @uses ApiArrayOfWebSearchOption::setWebSearchOption() @param string[] $webSearchOption
__construct
php
WsdlToPhp/PackageGenerator
tests/resources/generated/ValidApiArrayOfWebSearchOption.php
https://github.com/WsdlToPhp/PackageGenerator/blob/master/tests/resources/generated/ValidApiArrayOfWebSearchOption.php
MIT