Customs
- class Firstred\PostNL\Entity\Customs
Summary
Methods
Properties
- protected static property Firstred\PostNL\Entity\Customs::$Certificate
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$CertificateNr
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$Content
- Type:
- protected static property Firstred\PostNL\Entity\Customs::$Currency
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$HandleAsNonDeliverable
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$Invoice
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$InvoiceNr
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$License
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$LicenseNr
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$ShipmentType
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$TrustedShipperID
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$TransactionCode
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$TransactionDescription
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Customs::$ImporterReferenceCode
- Type:
string | null
Methods
- public Firstred\PostNL\Entity\Customs::__construct($Certificate=null, $CertificateNr=null, $Content=null, $Currency=null, $HandleAsNonDeliverable=null, $Invoice=null, $InvoiceNr=null, $License=null, $LicenseNr=null, $ShipmentType=null, $TrustedShipperID=null, $TransactionCode=null, $TransactionDescription=null, $ImporterReferenceCode=null)
- Parameters:
$Certificate (string | null)
$CertificateNr (string | null)
$Content (array | null)
$Currency (string | null)
$HandleAsNonDeliverable (string | null)
$Invoice (string | null)
$InvoiceNr (string | null)
$License (string | null)
$LicenseNr (string | null)
$ShipmentType (string | null)
$TrustedShipperID (string | null)
$TransactionCode (string | null)
$TransactionDescription (string | null)
$ImporterReferenceCode (string | null)
- public Firstred\PostNL\Entity\Customs::getCertificate()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setCertificate($Certificate)
- Parameters:
$Certificate (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getCertificateNr()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setCertificateNr($CertificateNr)
- Parameters:
$CertificateNr (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getContent()
- Returns:
- public Firstred\PostNL\Entity\Customs::setContent($Content)
- Parameters:
$Content (
Firstred\PostNL\Entity\Content[]| null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getCurrency()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setCurrency($Currency)
- Parameters:
$Currency (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getHandleAsNonDeliverable()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setHandleAsNonDeliverable($HandleAsNonDeliverable)
- Parameters:
$HandleAsNonDeliverable (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getInvoice()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setInvoice($Invoice)
- Parameters:
$Invoice (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getInvoiceNr()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setInvoiceNr($InvoiceNr)
- Parameters:
$InvoiceNr (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getLicense()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setLicense($License)
- Parameters:
$License (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getLicenseNr()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setLicenseNr($LicenseNr)
- Parameters:
$LicenseNr (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getShipmentType()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setShipmentType($ShipmentType)
- Parameters:
$ShipmentType (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getTrustedShipperID()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setTrustedShipperID($TrustedShipperID)
- Parameters:
$TrustedShipperID (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getTransactionCode()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setTransactionCode($TransactionCode)
- Parameters:
$TransactionCode (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getTransactionDescription()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setTransactionDescription($TransactionDescription)
- Parameters:
$TransactionDescription (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Customs::getImporterReferenceCode()
- Returns:
string | null
- public Firstred\PostNL\Entity\Customs::setImporterReferenceCode($ImporterReferenceCode)
- Parameters:
$ImporterReferenceCode (string | null)
- Returns:
static