Diglin\Swisspost\EnumType\PrintAddressesType
This class stands for PrintAddressesType EnumType Meta informations extracted from the WSDL - documentation: Enumeration to indicated wheter addresses are printet or not.
Synopsis
class PrintAddressesType
{
- // constants
- const VALUE_NONE = 'None';
- const VALUE_ONLY_RECIPIENT = 'OnlyRecipient';
- const VALUE_ONLY_CUSTOMER = 'OnlyCustomer';
- const VALUE_RECIPIENT_AND_CUSTOMER = 'RecipientAndCustomer';
- // methods
- public static bool valueIsValid()
- public static array getValidValues()
- public string __toString()
Constants
| Name | Value |
|---|---|
| VALUE_NONE | 'None' |
| VALUE_ONLY_RECIPIENT | 'OnlyRecipient' |
| VALUE_ONLY_CUSTOMER | 'OnlyCustomer' |
| VALUE_RECIPIENT_AND_CUSTOMER | 'RecipientAndCustomer' |
Methods
public
- __toString() — Method returning the class name
- getValidValues() — Return allowed values
- valueIsValid() — Return true if value is allowed