Diglin\Swisspost\StructType\ReturnInfoType
This class stands for ReturnInfoType StructType Meta informations extracted from the WSDL - documentation: Information regarding returns.
Synopsis
class ReturnInfoType
extends AbstractStructBase
{
- // members
- public bool $ReturnNote;
- public bool $InstructionForReturns;
- public $ReturnService;
- public $CustomerIDReturnAddress;
- // methods
- public void __construct()
- public bool|null getReturnNote()
- public ReturnInfoType setReturnNote()
- public bool|null getInstructionForReturns()
- public ReturnInfoType setInstructionForReturns()
- public int|null getReturnService()
- public ReturnInfoType setReturnService()
- public int|null getCustomerIDReturnAddress()
- public ReturnInfoType setCustomerIDReturnAddress()
- public static ReturnInfoType __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $CustomerIDReturnAddress
—
int
The CustomerIDReturnAddress Meta informations extracted from the WSDL - minOccurs: 0 - documentation: Adress-ID Rückführadresse - pattern: \d{8} - $InstructionForReturns
—
Diglin\Swisspost\StructType\bool
The InstructionForReturns Meta informations extracted from the WSDL - documentation: Vorverfügung Rücksendungen - $ReturnNote
—
Diglin\Swisspost\StructType\bool
The ReturnNote Meta informations extracted from the WSDL - documentation: Rücksendevermerk - $ReturnService
—
int
The ReturnService Meta informations extracted from the WSDL - minOccurs: 0 - documentation: Rücksendeleistung - totalDigits: 1
Methods
public
- __construct() — Constructor method for ReturnInfoType
- __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
- getCustomerIDReturnAddress() — Get CustomerIDReturnAddress value
- getInstructionForReturns() — Get InstructionForReturns value
- getReturnNote() — Get ReturnNote value
- getReturnService() — Get ReturnService value
- setCustomerIDReturnAddress() — Set CustomerIDReturnAddress value
- setInstructionForReturns() — Set InstructionForReturns value
- setReturnNote() — Set ReturnNote value
- setReturnService() — Set ReturnService value