PurchaseIntentProduct
extends DomainValue
in package
FinalYes
Immutable base for Inttegro domain values.
Table of Contents
Properties
- $about : string|null
- $active : bool
- $archivedAt : string|null
- $attributes : array<int, PurchaseIntentProductAttributesItem>|null
- $category : string|null
- $createdAt : string
- $customData : array<string, string>|null
- $description : string|null
- $dimensions : array<string, mixed>|null
- $id : string
- $media : array<string, mixed>|null
- $name : string
- $prices : array<int, ProductPriceSummary>|null
- $publishedAt : string|null
- $reference : string|null
- $shipment : array<string, mixed>|null
- $taxCode : string|null
- $type : string
- $unitDim : string|null
- $updatedAt : string|null
- $variantSetId : string|null
Methods
- __construct() : mixed
- __get() : mixed
- __isset() : bool
- fromArray() : static
- jsonSerialize() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string, mixed>
Properties
$about read-only
public
string|null
$about
$active read-only
public
bool
$active
$archivedAt read-only
public
string|null
$archivedAt
$attributes read-only
public
array<int, PurchaseIntentProductAttributesItem>|null
$attributes
$category read-only
public
string|null
$category
$createdAt read-only
public
string
$createdAt
$customData read-only
public
array<string, string>|null
$customData
$description read-only
public
string|null
$description
$dimensions read-only
public
array<string, mixed>|null
$dimensions
$id read-only
public
string
$id
$media read-only
public
array<string, mixed>|null
$media
$name read-only
public
string
$name
$prices read-only
public
array<int, ProductPriceSummary>|null
$prices
$publishedAt read-only
public
string|null
$publishedAt
$reference read-only
public
string|null
$reference
$shipment read-only
public
array<string, mixed>|null
$shipment
$taxCode read-only
public
string|null
$taxCode
$type read-only
public
string
$type
$unitDim read-only
public
string|null
$unitDim
$updatedAt read-only
public
string|null
$updatedAt
$variantSetId read-only
public
string|null
$variantSetId
Methods
__construct()
public
__construct(array<string, mixed> $data) : mixed
Parameters
- $data : array<string, mixed>
__get()
public
__get(string $name) : mixed
Parameters
- $name : string
__isset()
public
__isset(string $name) : bool
Parameters
- $name : string
Return values
boolfromArray()
public
static fromArray(array<string, mixed> $data) : static
Parameters
- $data : array<string, mixed>
Return values
staticjsonSerialize()
public
jsonSerialize() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
toArray()
public
toArray() : array<string, mixed>