ProductShippingPrice
in package
Tags
Table of Contents
Properties
- $id : mixed
- $product : mixed
- $shippingAmount : mixed
- $shippingAmountEtage : mixed
- $shippingAmountIdf : mixed
- $shippingAmountIdfEtage : mixed
- $sourceId : mixed
- $storeId : mixed
Methods
- getId() : int|null
- getProduct() : Product|null
- getShippingAmount() : string|null
- getShippingAmountEtage() : string|null
- getShippingAmountIdf() : string|null
- getShippingAmountIdfEtage() : string|null
- getSourceId() : int|null
- getStoreId() : int|null
- setProduct() : self
- setShippingAmount() : self
- setShippingAmountEtage() : self
- setShippingAmountIdf() : self
- setShippingAmountIdfEtage() : self
- setSourceId() : self
- setStoreId() : self
Properties
$id
private
mixed
$id
Tags
$product
private
mixed
$product
Tags
$shippingAmount
private
mixed
$shippingAmount
Tags
$shippingAmountEtage
private
mixed
$shippingAmountEtage
Tags
$shippingAmountIdf
private
mixed
$shippingAmountIdf
Tags
$shippingAmountIdfEtage
private
mixed
$shippingAmountIdfEtage
Tags
$sourceId
private
mixed
$sourceId
Tags
$storeId
private
mixed
$storeId
Tags
Methods
getId()
public
getId() : int|null
Return values
int|nullgetProduct()
public
getProduct() : Product|null
Return values
Product|nullgetShippingAmount()
public
getShippingAmount() : string|null
Return values
string|nullgetShippingAmountEtage()
public
getShippingAmountEtage() : string|null
Return values
string|nullgetShippingAmountIdf()
public
getShippingAmountIdf() : string|null
Return values
string|nullgetShippingAmountIdfEtage()
public
getShippingAmountIdfEtage() : string|null
Return values
string|nullgetSourceId()
public
getSourceId() : int|null
Return values
int|nullgetStoreId()
public
getStoreId() : int|null
Return values
int|nullsetProduct()
public
setProduct(Product|null $product) : self
Parameters
- $product : Product|null
Return values
selfsetShippingAmount()
public
setShippingAmount(string|null $shippingAmount) : self
Parameters
- $shippingAmount : string|null
Return values
selfsetShippingAmountEtage()
public
setShippingAmountEtage(string|null $shippingAmountEtage) : self
Parameters
- $shippingAmountEtage : string|null
Return values
selfsetShippingAmountIdf()
public
setShippingAmountIdf(string|null $shippingAmountIdf) : self
Parameters
- $shippingAmountIdf : string|null
Return values
selfsetShippingAmountIdfEtage()
public
setShippingAmountIdfEtage(string|null $shippingAmountIdfEtage) : self
Parameters
- $shippingAmountIdfEtage : string|null
Return values
selfsetSourceId()
public
setSourceId(int|null $sourceId) : self
Parameters
- $sourceId : int|null
Return values
selfsetStoreId()
public
setStoreId(int $storeId) : self
Parameters
- $storeId : int