Skip to main content

CustomerFeedbackParams


CustomerFeedbackParams

Properties

message

public string $message

mood

public \Onslip360\API\CustomerFeedbackParams\Mood $mood

appVersion

public string|null $appVersion

buildInfo

public string|null $buildInfo

deviceModel

public string|null $deviceModel

till

public int|null $till

Methods

__construct

public __construct(string $message, \Onslip360\API\CustomerFeedbackParams\Mood $mood, string|null $appVersion = null, string|null $buildInfo = null, string|null $deviceModel = null, int|null $till = null): mixed

Parameters:

ParameterTypeDescription
$messagestring
$mood\Onslip360\API\CustomerFeedbackParams\Mood
$appVersionstring|null
$buildInfostring|null
$deviceModelstring|null
$tillint|null

Inherited methods

getExtended

public getExtended(string $name): string|null|\Onslip360\Nil

Parameters:

ParameterTypeDescription
$namestring

setExtended

public setExtended(string $name, string|null|\Onslip360\Nil $value): static

Parameters:

ParameterTypeDescription
$namestring
$valuestring|null|\Onslip360\Nil

fromJson

public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring|array|\JsonSerializable|\stdClass

fromJsonArray

public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring[]|array[]|\JsonSerializable[]|\stdClass[]

jsonSerialize

public jsonSerialize(): array|object


Automatically generated on 2025-05-06