phpDocumentor

CustomerMemoWriter

Class CustomerMemoWriter

Table of Contents

$connection  : Connection
__construct()  : mixed
createCustomerMemo()  : int
Creates a new customer memo and returns its ID.
createMultipleCustomerMemos()  : array<string|int, int>
Creates multiple customer memos and returns their IDs.
deleteCustomerMemosByCustomerIds()  : void
Deletes customer memos based on the given customer IDs.
deleteCustomerMemosByMemoIds()  : void
Deletes customer memos based on the given customer memo IDs.
storeCustomerMemos()  : void
Stores multiple customer memos.
deleteCustomerMemoByCustomerId()  : void
deleteCustomerMemoById()  : void
storeCustomerMemo()  : void

Properties

Methods

__construct()

public __construct(Connection $connection) : mixed
Parameters
$connection : Connection
Return values
mixed

createMultipleCustomerMemos()

Creates multiple customer memos and returns their IDs.

public createMultipleCustomerMemos(array<string|int, mixed> ...$creationArguments) : array<string|int, int>
Parameters
$creationArguments : array<string|int, mixed>

Provided array must contain arguments like they are used in the single creation method. Provide multiple arrays for multi creation.

Tags
throws
CreationOfCustomerMemoFailedException
Return values
array<string|int, int>

Search results