PHP Class ServiceType\_Do

Inheritance: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Show file Open project: wsdltophp/packagegenerator

Public Methods

Method Description
DoAuthorization ( StructType\DoAuthorizationReq $doAuthorizationRequest ) : StructType\DoAuthorizationResponseType | boolean Method to call the operation originally named DoAuthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoCancel ( StructType\DoCancelReq $doCancelRequest ) : StructType\DoCancelResponseType | boolean Method to call the operation originally named DoCancel Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoCapture ( StructType\DoCaptureReq $doCaptureRequest ) : StructType\DoCaptureResponseType | boolean Method to call the operation originally named DoCapture Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoDirectPayment ( StructType\DoDirectPaymentReq $doDirectPaymentRequest ) : StructType\DoDirectPaymentResponseType | boolean Method to call the operation originally named DoDirectPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoExpressCheckoutPayment ( StructType\DoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest ) : StructType\DoExpressCheckoutPaymentResponseType | boolean Method to call the operation originally named DoExpressCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoMobileCheckoutPayment ( StructType\DoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest ) : StructType\DoMobileCheckoutPaymentResponseType | boolean Method to call the operation originally named DoMobileCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoNonReferencedCredit ( StructType\DoNonReferencedCreditReq $doNonReferencedCreditRequest ) : StructType\DoNonReferencedCreditResponseType | boolean Method to call the operation originally named DoNonReferencedCredit Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoReauthorization ( StructType\DoReauthorizationReq $doReauthorizationRequest ) : StructType\DoReauthorizationResponseType | boolean Method to call the operation originally named DoReauthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoReferenceTransaction ( StructType\DoReferenceTransactionReq $doReferenceTransactionRequest ) : StructType\DoReferenceTransactionResponseType | boolean Method to call the operation originally named DoReferenceTransaction Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoUATPAuthorization ( StructType\DoUATPAuthorizationReq $doUATPAuthorizationRequest ) : StructType\DoUATPAuthorizationResponseType | boolean Method to call the operation originally named DoUATPAuthorization Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoUATPExpressCheckoutPayment ( StructType\DoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest ) : StructType\DoUATPExpressCheckoutPaymentResponseType | boolean Method to call the operation originally named DoUATPExpressCheckoutPayment Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
DoVoid ( StructType\DoVoidReq $doVoidRequest ) : StructType\DoVoidResponseType | boolean Method to call the operation originally named DoVoid Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
__toString ( ) : string Method returning the class name
getResult ( ) : StructType\DoAuthorizationResponseType | StructType\DoCancelResponseType | StructType\DoCaptureResponseType | StructType\DoDirectPaymentResponseType | StructType\DoExpressCheckoutPaymentResponseType | StructType\DoMobileCheckoutPaymentResponseType | StructType\DoNonReferencedCreditResponseType | StructType\DoReauthorizationResponseType | StructType\DoReferenceTransactionResponseType | StructType\DoUATPAuthorizationResponseType | StructType\DoUATPExpressCheckoutPaymentResponseType | StructType\DoVoidResponseType Returns the result
setSoapHeaderRequesterCredentials ( StructType\CustomSecurityHeaderType $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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoAuthorization ( StructType\DoAuthorizationReq $doAuthorizationRequest ) : StructType\DoAuthorizationResponseType | boolean
$doAuthorizationRequest StructType\DoAuthorizationReq
return StructType\DoAuthorizationResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoCancel ( StructType\DoCancelReq $doCancelRequest ) : StructType\DoCancelResponseType | boolean
$doCancelRequest StructType\DoCancelReq
return StructType\DoCancelResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoCapture ( StructType\DoCaptureReq $doCaptureRequest ) : StructType\DoCaptureResponseType | boolean
$doCaptureRequest StructType\DoCaptureReq
return StructType\DoCaptureResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoDirectPayment ( StructType\DoDirectPaymentReq $doDirectPaymentRequest ) : StructType\DoDirectPaymentResponseType | boolean
$doDirectPaymentRequest StructType\DoDirectPaymentReq
return StructType\DoDirectPaymentResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoExpressCheckoutPayment ( StructType\DoExpressCheckoutPaymentReq $doExpressCheckoutPaymentRequest ) : StructType\DoExpressCheckoutPaymentResponseType | boolean
$doExpressCheckoutPaymentRequest StructType\DoExpressCheckoutPaymentReq
return StructType\DoExpressCheckoutPaymentResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoMobileCheckoutPayment ( StructType\DoMobileCheckoutPaymentReq $doMobileCheckoutPaymentRequest ) : StructType\DoMobileCheckoutPaymentResponseType | boolean
$doMobileCheckoutPaymentRequest StructType\DoMobileCheckoutPaymentReq
return StructType\DoMobileCheckoutPaymentResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoNonReferencedCredit ( StructType\DoNonReferencedCreditReq $doNonReferencedCreditRequest ) : StructType\DoNonReferencedCreditResponseType | boolean
$doNonReferencedCreditRequest StructType\DoNonReferencedCreditReq
return StructType\DoNonReferencedCreditResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoReauthorization ( StructType\DoReauthorizationReq $doReauthorizationRequest ) : StructType\DoReauthorizationResponseType | boolean
$doReauthorizationRequest StructType\DoReauthorizationReq
return StructType\DoReauthorizationResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoReferenceTransaction ( StructType\DoReferenceTransactionReq $doReferenceTransactionRequest ) : StructType\DoReferenceTransactionResponseType | boolean
$doReferenceTransactionRequest StructType\DoReferenceTransactionReq
return StructType\DoReferenceTransactionResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoUATPAuthorization ( StructType\DoUATPAuthorizationReq $doUATPAuthorizationRequest ) : StructType\DoUATPAuthorizationResponseType | boolean
$doUATPAuthorizationRequest StructType\DoUATPAuthorizationReq
return StructType\DoUATPAuthorizationResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoUATPExpressCheckoutPayment ( StructType\DoUATPExpressCheckoutPaymentReq $doUATPExpressCheckoutPaymentRequest ) : StructType\DoUATPExpressCheckoutPaymentResponseType | boolean
$doUATPExpressCheckoutPaymentRequest StructType\DoUATPExpressCheckoutPaymentReq
return StructType\DoUATPExpressCheckoutPaymentResponseType | 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 : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoVoid ( StructType\DoVoidReq $doVoidRequest ) : StructType\DoVoidResponseType | boolean
$doVoidRequest StructType\DoVoidReq
return StructType\DoVoidResponseType | 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 ( ) : StructType\DoAuthorizationResponseType | StructType\DoCancelResponseType | StructType\DoCaptureResponseType | StructType\DoDirectPaymentResponseType | StructType\DoExpressCheckoutPaymentResponseType | StructType\DoMobileCheckoutPaymentResponseType | StructType\DoNonReferencedCreditResponseType | StructType\DoReauthorizationResponseType | StructType\DoReferenceTransactionResponseType | StructType\DoUATPAuthorizationResponseType | StructType\DoUATPExpressCheckoutPaymentResponseType | StructType\DoVoidResponseType
return StructType\DoAuthorizationResponseType | StructType\DoCancelResponseType | StructType\DoCaptureResponseType | StructType\DoDirectPaymentResponseType | StructType\DoExpressCheckoutPaymentResponseType | StructType\DoMobileCheckoutPaymentResponseType | StructType\DoNonReferencedCreditResponseType | StructType\DoReauthorizationResponseType | StructType\DoReferenceTransactionResponseType | StructType\DoUATPAuthorizationResponseType | StructType\DoUATPExpressCheckoutPaymentResponseType | StructType\DoVoidResponseType

setSoapHeaderRequesterCredentials() public method

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