phpDocumentor

PatchCustomerAction

Class PatchCustomerAction

Tags
codeCoverageIgnore

Table of Contents

$factory  : CustomerFactory
$readService  : CustomerReadService
$writeService  : CustomerWriteService
__construct()  : mixed
__invoke()  : Response
patchBusinessInformation()  : void
patchContactInformation()  : void
patchCredit()  : void
patchCustomerGroup()  : void
patchIsFavoriteState()  : void
patchPersonalInformation()  : void

Properties

Methods

patchBusinessInformation()

private patchBusinessInformation(array<string|int, mixed> $body, Customer $customer) : void
Parameters
$body : array<string|int, mixed>
$customer : Customer
Tags
throws
Exception
Return values
void

patchContactInformation()

private patchContactInformation(array<string|int, mixed> $body, Customer $customer) : void
Parameters
$body : array<string|int, mixed>
$customer : Customer
Tags
throws
Exception
Return values
void

patchCredit()

private patchCredit(array<string|int, mixed> $body, Customer $customer) : void
Parameters
$body : array<string|int, mixed>
$customer : Customer
Tags
throws
Exception
Return values
void

patchCustomerGroup()

private patchCustomerGroup(array<string|int, mixed> $body, Customer $customer) : void
Parameters
$body : array<string|int, mixed>
$customer : Customer
Return values
void

patchIsFavoriteState()

private patchIsFavoriteState(array<string|int, mixed> $body, Customer $customer) : void
Parameters
$body : array<string|int, mixed>
$customer : Customer
Return values
void

patchPersonalInformation()

private patchPersonalInformation(array<string|int, mixed> $body, Customer $customer) : void
Parameters
$body : array<string|int, mixed>
$customer : Customer
Tags
throws
Exception
Return values
void

Search results