CustomerServiceSettings

Implements \CustomerServiceSettingsInterface

Value Object

Class CustomerServiceSettings

Represents the default settings of a customer/guest

category

System

package

Customer

subpackage

ValueObjects

implements

CustomerServiceSettingsInterface

Methods

Constructor of the class CustomerServiceSettings.

__construct() 

Sets default customer status ids and and default guest status ids from constants.

Returns the default customer status ID.

getDefaultCustomerStatusId() : integer

Response

integer

Returns the default guest customer status ID.

getDefaultGuestStatusId() : integer

Response

integer

Properties

Default customer status ID.

defaultCustomerStatusId : integer
var

Type(s)

integer

Default guest customer status ID.

defaultGuestStatusId : integer
var

Type(s)

integer