xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for hesapDetaylariResponse StructType
* @subpackage Structs
*/
class HesapDetaylariResponse extends Response
{
/**
* The hesapDetaylari
* Meta information extracted from the WSDL
* - form: unqualified
* - maxOccurs: 1
* - minOccurs: 0
* @var ArrayOfHesap
*/
public $hesapDetaylari;
/**
* Constructor method for hesapDetaylariResponse
* @uses HesapDetaylariResponse::setHesapDetaylari()
* @param ArrayOfHesap $hesapDetaylari
*/
public function __construct(ArrayOfHesap $hesapDetaylari = null)
{
$this
->setHesapDetaylari($hesapDetaylari);
}
/**
* Get hesapDetaylari value
* @return ArrayOfHesap|null
*/
public function getHesapDetaylari()
{
return $this->hesapDetaylari;
}
/**
* Set hesapDetaylari value
* @param ArrayOfHesap $hesapDetaylari
* @return HesapDetaylariResponse
*/
public function setHesapDetaylari(ArrayOfHesap $hesapDetaylari = null)
{
$this->hesapDetaylari = $hesapDetaylari;
return $this;
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO