CustomerMemoReadService
in
Interface CustomerMemoReadService
Table of Contents
- getCustomerMemoById() : CustomerMemo
- Returns a specific customer memo based on the given ID.
- getCustomerMemos() : CustomerMemos
- Returns all available customer memos.
Methods
getCustomerMemoById()
Returns a specific customer memo based on the given ID.
public
getCustomerMemoById(int $memoId) : CustomerMemo
Parameters
- $memoId : int
Tags
Return values
CustomerMemo —getCustomerMemos()
Returns all available customer memos.
public
getCustomerMemos(int $customerId) : CustomerMemos
Parameters
- $customerId : int