Class ShippingWeight
The ShippingWeight of the product.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.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 |