PaymentSystemPropertyValues extends Element
in package

This is the basket payment system property values class.

The basket payment system properties information will be stored in that class and will remain immutable (only get methods are available)

Tags
see
Element

Table of Contents

$error  : Error|null
getError() Returns the current element error (if there is error).  : Error|null
setError()  : void

Properties

Methods

getError()

Returns the current element error (if there is error).

public getError() : Error|null
Return values
Error|null

setError()

protected setError(mixed $error) : void
Parameters
$error : mixed
Return values
void

Search results