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 |
|
---|
string
Customer's VAT number.
__toString() : string
string
Equivalent string value.
strlenWrapper( $string, $encoding = 'utf-8')
vatNumber : string
var |
---|
string