BigbuyShippingRate
in package
Product
Tags
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
$countryId
private
string|null
$countryId
Tags
$id
private
int|null
$id
Tags
$price
private
float|null
$price
Tags
$weight
private
float|null
$weight
Tags
Methods
getCarrier()
public
getCarrier() : string|null
Return values
string|nullgetCountryId()
public
getCountryId() : string
Return values
stringgetId()
public
getId() : int
Return values
intgetPrice()
public
getPrice() : float
Return values
floatgetWeight()
public
getWeight() : float
Return values
floatsetCarrier()
public
setCarrier(string|null $carrier) : void
Parameters
- $carrier : string|null
setCountryId()
public
setCountryId(string $countryId) : void
Parameters
- $countryId : string
setPrice()
public
setPrice(float $price) : void
Parameters
- $price : float
setWeight()
public
setWeight(float $weight) : void
Parameters
- $weight : float