Interface CustomerWriteServiceInterface
Interface CustomerWriteServiceInterface
Direct known implementers
Package: Customer\Interfaces
Category: System
Located at Services/Core/Customer/Interfaces/CustomerWriteServiceInterface.inc.php
Category: System
Located at Services/Core/Customer/Interfaces/CustomerWriteServiceInterface.inc.php
Methods summary
public
createNewRegistree( CustomerEmailInterface $email, CustomerPasswordInterface $password, DateTime $dateOfBirth, CustomerVatNumberInterface $vatNumber, CustomerCallNumberInterface $telephoneNumber, CustomerCallNumberInterface $faxNumber, AddressBlockInterface $addressBlock, KeyValueCollection $addonValues )
: Customer
Creates a new customer with the given parameters.
public
createNewGuest( CustomerEmailInterface $email, DateTime $dateOfBirth, CustomerVatNumberInterface $vatNumber, CustomerCallNumberInterface $telephoneNumber, CustomerCallNumberInterface $faxNumber, AddressBlockInterface $addressBlock, KeyValueCollection $addonValues )
: Customer
Creates a new guest account with the given parameters.