Diglin\Swisspost\StructType\ReadAllowedServicesByFrankingLicenseResponse
This class stands for ReadAllowedServicesByFrankingLicenseResponse StructType
Synopsis
class ReadAllowedServicesByFrankingLicenseResponse
extends AbstractStructBase
{
- // members
- public $ServiceGroups;
- public ErrorsType $Errors;
- // methods
- public void __construct()
- public array getServiceGroups()
- public ReadAllowedServicesByFrankingLicenseResponse setServiceGroups()
- public ReadAllowedServicesByFrankingLicenseResponse addToServiceGroups()
- public ErrorsType|null getErrors()
- public ReadAllowedServicesByFrankingLicenseResponse setErrors()
- public static ReadAllowedServicesByFrankingLicenseResponse __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Errors
—
\Diglin\Swisspost\StructType\ErrorsType
The Errors Meta informations extracted from the WSDL - minOccurs: 0 - $ServiceGroups
—
array
The ServiceGroups Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0
Methods
public
- __construct() — Constructor method for ReadAllowedServicesByFrankingLicenseResponse
- __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
- addToServiceGroups() — Add item to ServiceGroups value
- getErrors() — Get Errors value
- getServiceGroups() — Get ServiceGroups value
- setErrors() — Set Errors value
- setServiceGroups() — Set ServiceGroups value