PHP Класс ServiceType\_Do

Наследование: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

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

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
Результат StructType\DoAuthorizationResponseType | boolean

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

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
Результат StructType\DoCancelResponseType | boolean

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

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
Результат StructType\DoCaptureResponseType | boolean

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

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
Результат StructType\DoDirectPaymentResponseType | boolean

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

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
Результат StructType\DoExpressCheckoutPaymentResponseType | boolean

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

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
Результат StructType\DoMobileCheckoutPaymentResponseType | boolean

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

Method to call the operation originally named DoNonReferencedCredit Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \StructType\CustomSecurityHeaderType - SOAPHeaders : required
public DoNonReferencedCredit ( StructType\DoNonReferencedCreditReq $doNonReferencedCreditRequest ) : StructType\DoNonReferencedCreditResponseType | boolean
$doNonReferencedCreditRequest StructType\DoNonReferencedCreditReq
Результат StructType\DoNonReferencedCreditResponseType | boolean

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

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
Результат StructType\DoReauthorizationResponseType | boolean

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

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
Результат StructType\DoReferenceTransactionResponseType | boolean

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

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
Результат StructType\DoUATPAuthorizationResponseType | boolean

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

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
Результат StructType\DoUATPExpressCheckoutPaymentResponseType | boolean

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

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
Результат StructType\DoVoidResponseType | boolean

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

Method returning the class name
public __toString ( ) : string
Результат string __CLASS__

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

Returns the result
См. также: 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
Результат 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() публичный Метод

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
Результат boolean