Google Shopping Css V1 Client - Class ProductWeight (0.2.8)

Reference documentation and code samples for the Google Shopping Css V1 Client class ProductWeight.

The weight of the product.

Generated from protobuf message google.shopping.css.v1.ProductWeight

Namespace

Google \ Shopping \ Css \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ value float

Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.

↳ unit string

Required. The weight unit. Acceptable values are: * "g" * "kg" * "oz" * "lb"

getValue

Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.

Returns
Type Description
float

setValue

Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.

Parameter
Name Description
var float
Returns
Type Description
$this

getUnit

Required. The weight unit.

Acceptable values are:

  • "g"
  • "kg"
  • "oz"
  • "lb"
Returns
Type Description
string

setUnit

Required. The weight unit.

Acceptable values are:

  • "g"
  • "kg"
  • "oz"
  • "lb"
Parameter
Name Description
var string
Returns
Type Description
$this