PHP Класс ServiceType\_List

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

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

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

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

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

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

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

Returns the result
См. также: AbstractSoapClientBase::getResult()
public getResult ( ) : StructType\ListPaymentMethodsResponse
Результат StructType\ListPaymentMethodsResponse

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

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