Value Object
Class CustomerVatNumber
Represents a tax ID number (VATIN)
| category |
System |
|---|---|
| package |
Customer |
| subpackage |
ValueObjects |
| implements |
CustomerVatNumberInterface |
__construct(string $p_vatNumber)
Validates the length and the data type of the customer VAT number.
| Throws |
|
|---|
stringCustomer's VAT number.
__toString() : string
stringEquivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
vatNumber : string
| var |
|---|
string