PHP Class ServiceType\_List

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

Public Methods

Method Description
__toString ( ) : string Method returning the class name
getResult ( ) : StructType\ListPaymentMethodsResponse Returns the result
listPaymentMethods ( StructType\ListPaymentMethodsRequest $parameters ) : StructType\ListPaymentMethodsResponse | boolean Method to call the operation originally named listPaymentMethods Meta informations extracted from the WSDL - documentation: List the payment methods. To be implemented in a future minor version upgrade.

Method Details

__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\ListPaymentMethodsResponse
return StructType\ListPaymentMethodsResponse

listPaymentMethods() public method

Method to call the operation originally named listPaymentMethods Meta informations extracted from the WSDL - documentation: List the payment methods. To be implemented in a future minor version upgrade.
public listPaymentMethods ( StructType\ListPaymentMethodsRequest $parameters ) : StructType\ListPaymentMethodsResponse | boolean
$parameters StructType\ListPaymentMethodsRequest
return StructType\ListPaymentMethodsResponse | boolean