Customer¶
-
class
Firstred\PostNL\Entity\Customer¶ - Class Customer.
Summary¶
Methods¶
Properties¶
-
public property
Firstred\PostNL\Entity\Customer::$defaultProperties¶ - Type
string[][]
-
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)