Customer
- class Firstred\PostNL\Entity\Customer
Summary
Methods
Properties
- protected static property Firstred\PostNL\Entity\Customer::$Address
- Type:
- protected static property Firstred\PostNL\Entity\Customer::$CollectionLocation
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customer::$ContactPerson
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customer::$CustomerCode
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customer::$CustomerNumber
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customer::$GlobalPackCustomerCode
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customer::$GlobalPackBarcodeType
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customer::$Email
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customer::$Name
- Type:
string | null
Methods
- public Firstred\PostNL\Entity\Customer::__construct($CustomerNumber=null, $CustomerCode=null, $CollectionLocation=null, $ContactPerson=null, $Email=null, $Name=null, $Address=null, $GlobalPackCustomerCode=null, $GlobalPackBarcodeType=null)
- Parameters:
$CustomerNumber (string | null)
$CustomerCode (string | null)
$CollectionLocation (string | null)
$ContactPerson (string | null)
$Email (string | null)
$Name (string | null)
$Address (
Firstred\PostNL\Entity\Address| null)$GlobalPackCustomerCode (string | null)
$GlobalPackBarcodeType (string | null)
- public Firstred\PostNL\Entity\Customer::getAddress()
- Returns:
- public Firstred\PostNL\Entity\Customer::setAddress($Address)
- Parameters:
$Address (
Firstred\PostNL\Entity\Address| null)
- Returns:
static
- public Firstred\PostNL\Entity\Customer::getCollectionLocation()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customer::setCollectionLocation($CollectionLocation)
- Parameters:
$CollectionLocation (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customer::getContactPerson()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customer::setContactPerson($ContactPerson)
- Parameters:
$ContactPerson (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customer::getCustomerCode()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customer::setCustomerCode($CustomerCode)
- Parameters:
$CustomerCode (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customer::getCustomerNumber()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customer::setCustomerNumber($CustomerNumber)
- Parameters:
$CustomerNumber (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customer::getGlobalPackCustomerCode()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customer::setGlobalPackCustomerCode($GlobalPackCustomerCode)
- Parameters:
$GlobalPackCustomerCode (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customer::getGlobalPackBarcodeType()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customer::setGlobalPackBarcodeType($GlobalPackBarcodeType)
- Parameters:
$GlobalPackBarcodeType (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customer::getEmail()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customer::setEmail($Email)
- Parameters:
$Email (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customer::getName()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customer::setName($Name)
- Parameters:
$Name (string | null)
- Returns:
static