ProductMonitoringLinkHistory
in package
Tags
Table of Contents
Properties
- $availability : string
- $createdAt : mixed
- $id : int
- $price : string
- $productMonitoringLink : ProductMonitoringLinks
- $shippingFees : string
- $sku : string
Methods
- getAvailability() : string
- getCreatedAt() : mixed
- getId() : int
- getPrice() : string
- getProductMonitoringLink() : ProductMonitoringLinks
- getShippingFees() : string
- getSku() : string
- setAvailability() : void
- setCreatedAt() : void
- setPrice() : void
- setProductMonitoringLink() : void
- setShippingFees() : void
- setSku() : void
Properties
$availability
private
string
$availability
Tags
$createdAt
private
mixed
$createdAt
Tags
$id
private
int
$id
Tags
$price
private
string
$price
Tags
$productMonitoringLink
private
ProductMonitoringLinks
$productMonitoringLink
Tags
$shippingFees
private
string
$shippingFees
Tags
$sku
private
string
$sku
Tags
Methods
getAvailability()
public
getAvailability() : string
Return values
stringgetCreatedAt()
public
getCreatedAt() : mixed
getId()
public
getId() : int
Return values
intgetPrice()
public
getPrice() : string
Return values
stringgetProductMonitoringLink()
public
getProductMonitoringLink() : ProductMonitoringLinks
Return values
ProductMonitoringLinksgetShippingFees()
public
getShippingFees() : string
Return values
stringgetSku()
public
getSku() : string
Return values
stringsetAvailability()
public
setAvailability(string $availability) : void
Parameters
- $availability : string
setCreatedAt()
public
setCreatedAt() : void
setPrice()
public
setPrice(string $price) : void
Parameters
- $price : string
setProductMonitoringLink()
public
setProductMonitoringLink(ProductMonitoringLinks $productMonitoringLink) : void
Parameters
- $productMonitoringLink : ProductMonitoringLinks
setShippingFees()
public
setShippingFees(string $shippingFees) : void
Parameters
- $shippingFees : string
setSku()
public
setSku(string $sku) : void
Parameters
- $sku : string