Class CustomerServiceSettings

Value Object

Class CustomerServiceSettings

Represents the default settings of a customer/guest

CustomerServiceSettings implements CustomerServiceSettingsInterface
Package: Customer\ValueObjects
Category: System
Implements: CustomerServiceSettingsInterface
Located at Services/Core/Customer/ValueObjects/CustomerServiceSettings.inc.php

Methods summary

public __construct( IdType $defaultCustomerStatusId, IdType $defaultGuestStatusId, BoolType $moveOnlyIfNoGuest )

Constructor of the class CustomerServiceSettings.

public getDefaultCustomerStatusId( void ) : integer

Returns the default customer status ID.

public getDefaultGuestStatusId( void ) : integer

Returns the default guest customer status ID.

public getMoveOnlyIfNoGuest( void ) : boolean

Returns the only no guests should be moved.

Properties summary

protected $defaultCustomerStatusId : integer

		
protected $defaultGuestStatusId : integer

		
protected $moveOnlyIfNoGuest : boolean