AttributeValue
extends ResourceModel
in package
This is used when creating a customer with attribute values
Tags
Table of Contents
- $attribute_id : int
- $attribute_value : string
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$attribute_id
public
int
$attribute_id
Tags
$attribute_value
public
string
$attribute_value
Tags
Methods
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
- $optionObject : stdClass|null = null
Tags
Return values
mixed —jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>