CustomerHistoryReadService
in
Interface CustomerHistoryReadService
Table of Contents
- getCustomerHistory() : CustomerHistory
- Returns all available customer history entries.
- getCustomerHistoryForType() : CustomerHistory
- Returns all available customer history entries for the given type.
Methods
getCustomerHistory()
Returns all available customer history entries.
public
getCustomerHistory(int $customerId) : CustomerHistory
Parameters
- $customerId : int
Return values
CustomerHistory —getCustomerHistoryForType()
Returns all available customer history entries for the given type.
public
getCustomerHistoryForType(int $customerId, string $type) : CustomerHistory
Parameters
- $customerId : int
- $type : string