Diglin\Swisspost\StructType\GenerateLabelResponse
This class stands for GenerateLabelResponse StructType
Synopsis
class GenerateLabelResponse
extends AbstractStructBase
{
- // members
- public Envelope $Envelope;
- // methods
- public void __construct()
- public Envelope|null getEnvelope()
- public GenerateLabelResponse setEnvelope()
- public static GenerateLabelResponse __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Envelope
—
\Diglin\Swisspost\StructType\Envelope
The Envelope
Methods
public
- __construct() — Constructor method for GenerateLabelResponse
- __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
- getEnvelope() — Get Envelope value
- setEnvelope() — Set Envelope value