Diglin\Swisspost\StructType\ReadAdditionalServicesResponse
This class stands for ReadAdditionalServicesResponse StructType
Synopsis
class ReadAdditionalServicesResponse
extends AbstractStructBase
{
- // members
- public $AdditionalService;
- public ErrorsType $Errors;
- // methods
- public void __construct()
- public array getAdditionalService()
- public ReadAdditionalServicesResponse setAdditionalService()
- public ReadAdditionalServicesResponse addToAdditionalService()
- public ErrorsType|null getErrors()
- public ReadAdditionalServicesResponse setErrors()
- public static ReadAdditionalServicesResponse __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $AdditionalService
—
array
The AdditionalService Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0 - $Errors
—
\Diglin\Swisspost\StructType\ErrorsType
The Errors Meta informations extracted from the WSDL - minOccurs: 0
Methods
public
- __construct() — Constructor method for ReadAdditionalServicesResponse
- __set_state() — Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
- __toString() — Method returning the class name
- addToAdditionalService() — Add item to AdditionalService value
- getAdditionalService() — Get AdditionalService value
- getErrors() — Get Errors value
- setAdditionalService() — Set AdditionalService value
- setErrors() — Set Errors value