Diglin\Swisspost\StructType\ReadDeliveryInstructionsResponse
This class stands for ReadDeliveryInstructionsResponse StructType
Synopsis
class ReadDeliveryInstructionsResponse
extends AbstractStructBase
{
- // members
- public $DeliveryInstructions;
- public ErrorsType $Errors;
- // methods
- public void __construct()
- public array getDeliveryInstructions()
- public ReadDeliveryInstructionsResponse setDeliveryInstructions()
- public ReadDeliveryInstructionsResponse addToDeliveryInstructions()
- public ErrorsType|null getErrors()
- public ReadDeliveryInstructionsResponse setErrors()
- public static ReadDeliveryInstructionsResponse __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $DeliveryInstructions
—
array
The DeliveryInstructions 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 ReadDeliveryInstructionsResponse
- __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
- addToDeliveryInstructions() — Add item to DeliveryInstructions value
- getDeliveryInstructions() — Get DeliveryInstructions value
- getErrors() — Get Errors value
- setDeliveryInstructions() — Set DeliveryInstructions value
- setErrors() — Set Errors value