Class CustomerPostcode

Value Object

Class CustomerPostcode

Represents a customer postcode

CustomerPostcode implements CustomerPostcodeInterface uses StringUtilityTrait
Package: Customer\ValueObjects
Category: System
Implements: CustomerPostcodeInterface
Located at Services/Core/Customer/ValueObjects/CustomerPostcode.inc.php

Methods summary

public __construct( string $p_postcode )

Constructor for the class CustomerPostcode.

public __toString( void ) : string

Returns the equivalent string value.

Methods used from StringUtilityTrait

strlenWrapper()

Properties summary

protected $postcode : string

Customer's post code.