xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for getCostResponse Structure
* Meta information extracted from the WSDL
* - type: tns:getCostResponse
* @subpackage Structs
*/
class GetCostResponse extends AbstractStructBase
{
/**
* The CostResponseType
* Meta information extracted from the WSDL
* - minOccurs: 0
* @var CostResponseType
*/
public $CostResponseType;
/**
* Constructor method for getCostResponse
* @uses GetCostResponse::setCostResponseType()
* @param CostResponseType $costResponseType
*/
public function __construct(CostResponseType $costResponseType = null)
{
$this
->setCostResponseType($costResponseType);
}
/**
* Get CostResponseType value
* @return CostResponseType|null
*/
public function getCostResponseType()
{
return $this->CostResponseType;
}
/**
* Set CostResponseType value
* @param CostResponseType $costResponseType
* @return GetCostResponse
*/
public function setCostResponseType(CostResponseType $costResponseType = null)
{
$this->CostResponseType = $costResponseType;
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