CreateReturnRequestParametersGroup extends ParametersGroup

This is the create return request parameters group class.

Table of Contents

$comment  : string
$delivery  : CreateReturnRequestDeliveryParametersGroup
$items  : array<string|int, mixed>
$validator  : ParametersValidator
addItem() Adds a new item to the array of items for this parameters group.  : void
setComment() Sets the comment parameter for this parameters group.  : void
setDelivery() Sets the delivery parameter for this parameters group.  : void
setItems() Sets an array of items as a parameter for this parameters group.  : void
toArray() Returns the object data on array format.  : array<string|int, mixed>
filter()  : array<string|int, mixed>
getInstantiatedValidator()  : ParametersValidator
getValidator()  : CreateReturnRequestParametersValidator

Properties

Methods

setComment()

Sets the comment parameter for this parameters group.

public setComment(string $comment) : void
Parameters
$comment : string
Return values
void

toArray()

Returns the object data on array format.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

filter()

protected filter(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results