PHP Class Api\ServiceType\ApiDo

Inheritance: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Datei anzeigen Open project: wsdltophp/packagegenerator

Public Methods

Method Description
DoAuthorization ( Api\StructType\ApiDoAuthorizationReq $doAuthorizationRequest ) : Api\StructType\ApiDoAuthorizationResponseType | boolean Method to call the operation originally named DoAuthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoCancel ( Api\StructType\ApiDoCancelReq $doCancelRequest ) : Api\StructType\ApiDoCancelResponseType | boolean Method to call the operation originally named DoCancel Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoCapture ( Api\StructType\ApiDoCaptureReq $doCaptureRequest ) : Api\StructType\ApiDoCaptureResponseType | boolean Method to call the operation originally named DoCapture Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoDirectPayment ( Api\StructType\ApiDoDirectPaymentReq $doDirectPaymentRequest ) : Api\StructType\ApiDoDirectPaymentResponseType | boolean Method to call the operation originally named DoDirectPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoExpressCheckoutPayment ( Api\StructType\ApiDoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest ) : Api\StructType\ApiDoExpressCheckoutPaymentResponseType | boolean Method to call the operation originally named DoExpressCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoMobileCheckoutPayment ( Api\StructType\ApiDoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest ) : Api\StructType\ApiDoMobileCheckoutPaymentResponseType | boolean Method to call the operation originally named DoMobileCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoNonReferencedCredit ( Api\StructType\ApiDoNonReferencedCreditReq $doNonReferencedCreditRequest ) : Api\StructType\ApiDoNonReferencedCreditResponseType | boolean Method to call the operation originally named DoNonReferencedCredit Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoReauthorization ( Api\StructType\ApiDoReauthorizationReq $doReauthorizationRequest ) : Api\StructType\ApiDoReauthorizationResponseType | boolean Method to call the operation originally named DoReauthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoReferenceTransaction ( Api\StructType\ApiDoReferenceTransactionReq $doReferenceTransactionRequest ) : Api\StructType\ApiDoReferenceTransactionResponseType | boolean Method to call the operation originally named DoReferenceTransaction Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoUATPAuthorization ( Api\StructType\ApiDoUATPAuthorizationReq $doUATPAuthorizationRequest ) : Api\StructType\ApiDoUATPAuthorizationResponseType | boolean Method to call the operation originally named DoUATPAuthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoUATPExpressCheckoutPayment ( Api\StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest ) : Api\StructType\ApiDoUATPExpressCheckoutPaymentResponseType | boolean Method to call the operation originally named DoUATPExpressCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
DoVoid ( Api\StructType\ApiDoVoidReq $doVoidRequest ) : Api\StructType\ApiDoVoidResponseType | boolean Method to call the operation originally named DoVoid Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
__toString ( ) : string Method returning the class name
getResult ( ) : Api\StructType\ApiDoAuthorizationResponseType | Api\StructType\ApiDoCancelResponseType | Api\StructType\ApiDoCaptureResponseType | Api\StructType\ApiDoDirectPaymentResponseType | Api\StructType\ApiDoExpressCheckoutPaymentResponseType | Api\StructType\ApiDoMobileCheckoutPaymentResponseType | Api\StructType\ApiDoNonReferencedCreditResponseType | Api\StructType\ApiDoReauthorizationResponseType | Api\StructType\ApiDoReferenceTransactionResponseType | Api\StructType\ApiDoUATPAuthorizationResponseType | Api\StructType\ApiDoUATPExpressCheckoutPaymentResponseType | Api\StructType\ApiDoVoidResponseType Returns the result
setSoapHeaderRequesterCredentials ( Api\StructType\ApiCustomSecurityHeaderType $requesterCredentials, string $nameSpace = 'urn:ebay:api:PayPalAPI', boolean $mustUnderstand = false, string $actor = null ) : boolean Sets the RequesterCredentials SoapHeader param

Method Details

DoAuthorization() public method

Method to call the operation originally named DoAuthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoAuthorization ( Api\StructType\ApiDoAuthorizationReq $doAuthorizationRequest ) : Api\StructType\ApiDoAuthorizationResponseType | boolean
$doAuthorizationRequest Api\StructType\ApiDoAuthorizationReq
return Api\StructType\ApiDoAuthorizationResponseType | boolean

DoCancel() public method

Method to call the operation originally named DoCancel Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoCancel ( Api\StructType\ApiDoCancelReq $doCancelRequest ) : Api\StructType\ApiDoCancelResponseType | boolean
$doCancelRequest Api\StructType\ApiDoCancelReq
return Api\StructType\ApiDoCancelResponseType | boolean

DoCapture() public method

Method to call the operation originally named DoCapture Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoCapture ( Api\StructType\ApiDoCaptureReq $doCaptureRequest ) : Api\StructType\ApiDoCaptureResponseType | boolean
$doCaptureRequest Api\StructType\ApiDoCaptureReq
return Api\StructType\ApiDoCaptureResponseType | boolean

DoDirectPayment() public method

Method to call the operation originally named DoDirectPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoDirectPayment ( Api\StructType\ApiDoDirectPaymentReq $doDirectPaymentRequest ) : Api\StructType\ApiDoDirectPaymentResponseType | boolean
$doDirectPaymentRequest Api\StructType\ApiDoDirectPaymentReq
return Api\StructType\ApiDoDirectPaymentResponseType | boolean

DoExpressCheckoutPayment() public method

Method to call the operation originally named DoExpressCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoExpressCheckoutPayment ( Api\StructType\ApiDoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest ) : Api\StructType\ApiDoExpressCheckoutPaymentResponseType | boolean
$doExpressCheckoutPaymentRequest Api\StructType\ApiDoExpressCheckoutPaymentReq
return Api\StructType\ApiDoExpressCheckoutPaymentResponseType | boolean

DoMobileCheckoutPayment() public method

Method to call the operation originally named DoMobileCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoMobileCheckoutPayment ( Api\StructType\ApiDoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest ) : Api\StructType\ApiDoMobileCheckoutPaymentResponseType | boolean
$doMobileCheckoutPaymentRequest Api\StructType\ApiDoMobileCheckoutPaymentReq
return Api\StructType\ApiDoMobileCheckoutPaymentResponseType | boolean

DoNonReferencedCredit() public method

Method to call the operation originally named DoNonReferencedCredit Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoNonReferencedCredit ( Api\StructType\ApiDoNonReferencedCreditReq $doNonReferencedCreditRequest ) : Api\StructType\ApiDoNonReferencedCreditResponseType | boolean
$doNonReferencedCreditRequest Api\StructType\ApiDoNonReferencedCreditReq
return Api\StructType\ApiDoNonReferencedCreditResponseType | boolean

DoReauthorization() public method

Method to call the operation originally named DoReauthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoReauthorization ( Api\StructType\ApiDoReauthorizationReq $doReauthorizationRequest ) : Api\StructType\ApiDoReauthorizationResponseType | boolean
$doReauthorizationRequest Api\StructType\ApiDoReauthorizationReq
return Api\StructType\ApiDoReauthorizationResponseType | boolean

DoReferenceTransaction() public method

Method to call the operation originally named DoReferenceTransaction Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoReferenceTransaction ( Api\StructType\ApiDoReferenceTransactionReq $doReferenceTransactionRequest ) : Api\StructType\ApiDoReferenceTransactionResponseType | boolean
$doReferenceTransactionRequest Api\StructType\ApiDoReferenceTransactionReq
return Api\StructType\ApiDoReferenceTransactionResponseType | boolean

DoUATPAuthorization() public method

Method to call the operation originally named DoUATPAuthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoUATPAuthorization ( Api\StructType\ApiDoUATPAuthorizationReq $doUATPAuthorizationRequest ) : Api\StructType\ApiDoUATPAuthorizationResponseType | boolean
$doUATPAuthorizationRequest Api\StructType\ApiDoUATPAuthorizationReq
return Api\StructType\ApiDoUATPAuthorizationResponseType | boolean

DoUATPExpressCheckoutPayment() public method

Method to call the operation originally named DoUATPExpressCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoUATPExpressCheckoutPayment ( Api\StructType\ApiDoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest ) : Api\StructType\ApiDoUATPExpressCheckoutPaymentResponseType | boolean
$doUATPExpressCheckoutPaymentRequest Api\StructType\ApiDoUATPExpressCheckoutPaymentReq
return Api\StructType\ApiDoUATPExpressCheckoutPaymentResponseType | boolean

DoVoid() public method

Method to call the operation originally named DoVoid Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public DoVoid ( Api\StructType\ApiDoVoidReq $doVoidRequest ) : Api\StructType\ApiDoVoidResponseType | boolean
$doVoidRequest Api\StructType\ApiDoVoidReq
return Api\StructType\ApiDoVoidResponseType | boolean

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

getResult() public method

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : Api\StructType\ApiDoAuthorizationResponseType | Api\StructType\ApiDoCancelResponseType | Api\StructType\ApiDoCaptureResponseType | Api\StructType\ApiDoDirectPaymentResponseType | Api\StructType\ApiDoExpressCheckoutPaymentResponseType | Api\StructType\ApiDoMobileCheckoutPaymentResponseType | Api\StructType\ApiDoNonReferencedCreditResponseType | Api\StructType\ApiDoReauthorizationResponseType | Api\StructType\ApiDoReferenceTransactionResponseType | Api\StructType\ApiDoUATPAuthorizationResponseType | Api\StructType\ApiDoUATPExpressCheckoutPaymentResponseType | Api\StructType\ApiDoVoidResponseType
return Api\StructType\ApiDoAuthorizationResponseType | Api\StructType\ApiDoCancelResponseType | Api\StructType\ApiDoCaptureResponseType | Api\StructType\ApiDoDirectPaymentResponseType | Api\StructType\ApiDoExpressCheckoutPaymentResponseType | Api\StructType\ApiDoMobileCheckoutPaymentResponseType | Api\StructType\ApiDoNonReferencedCreditResponseType | Api\StructType\ApiDoReauthorizationResponseType | Api\StructType\ApiDoReferenceTransactionResponseType | Api\StructType\ApiDoUATPAuthorizationResponseType | Api\StructType\ApiDoUATPExpressCheckoutPaymentResponseType | Api\StructType\ApiDoVoidResponseType

setSoapHeaderRequesterCredentials() public method

Sets the RequesterCredentials SoapHeader param
public setSoapHeaderRequesterCredentials ( Api\StructType\ApiCustomSecurityHeaderType $requesterCredentials, string $nameSpace = 'urn:ebay:api:PayPalAPI', boolean $mustUnderstand = false, string $actor = null ) : boolean
$requesterCredentials Api\StructType\ApiCustomSecurityHeaderType
$nameSpace string
$mustUnderstand boolean
$actor string
return boolean