Logidav Docs

BigbuyShippingRate
in package

Product

Tags
ORM\Table

(name="mz_bigbuy_shipping_rates", uniqueConstraints=(name="uniq_country_id_and_weight_carrier", columns={"country_id", "weight", "carrier")})

ORM\Entity

(repositoryClass="BigbuyBundle\Repository\BigbuyShippingRateRepository")

Serializer\ExclusionPolicy

("all")

Table of Contents

Properties

$carrier  : string|null
$countryId  : string|null
$id  : int|null
$price  : float|null
$weight  : float|null

Methods

getCarrier()  : string|null
getCountryId()  : string
getId()  : int
getPrice()  : float
getWeight()  : float
setCarrier()  : void
setCountryId()  : void
setPrice()  : void
setWeight()  : void

Properties

$carrier

private string|null $carrier
Tags
ORM\Column

(name="carrier", type="string", length=255)

$countryId

private string|null $countryId
Tags
ORM\Column

(name="country_id", type="string", length=255)

$id

private int|null $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$price

private float|null $price
Tags
ORM\Column

(name="price", type="decimal", precision=12, scale=4)

$weight

private float|null $weight
Tags
ORM\Column

(name="weight", type="decimal")

Methods

setCarrier()

public setCarrier(string|null $carrier) : void
Parameters
$carrier : string|null

setCountryId()

public setCountryId(string $countryId) : void
Parameters
$countryId : string

        
On this page

Search results