Show / Hide Table of Contents

Class ShippingWeight

The ShippingWeight of the product.

Inheritance
object
ShippingWeight
Implements
IMessage<ShippingWeight>
IEquatable<ShippingWeight>
IDeepCloneable<ShippingWeight>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class ShippingWeight : IMessage<ShippingWeight>, IEquatable<ShippingWeight>, IDeepCloneable<ShippingWeight>, IBufferMessage, IMessage

Constructors

ShippingWeight()

Declaration
public ShippingWeight()

ShippingWeight(ShippingWeight)

Declaration
public ShippingWeight(ShippingWeight other)
Parameters
Type Name Description
ShippingWeight other

Properties

Unit

The unit of value.

Declaration
public string Unit { get; set; }
Property Value
Type Description
string

Value

The weight of the product used to calculate the shipping cost of the item.

Declaration
public double Value { get; set; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX