Class CustomerFactory
Factory class for all needed customer data.
category |
System |
---|---|
package |
Customer |
extends |
AbstractCustomerFactory |
createCustomer() : \Customer
createCustomerAddress() : \CustomerAddress
createCustomerCountry(\IdType $id, \CustomerCountryNameInterface $name, \CustomerCountryIso2Interface $iso2, \CustomerCountryIso3Interface $iso3, \IdType $addressFormatId, boolean $status) : \CustomerCountry
createCustomerCountryZone(\IdType $id, \CustomerCountryZoneNameInterface $name, \CustomerCountryZoneIsoCodeInterface $isoCode) : \CustomerCountryZone