Class ShippingDimension
The ShippingDimension of the product.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class ShippingDimension : IMessage<ShippingDimension>, IEquatable<ShippingDimension>, IDeepCloneable<ShippingDimension>, IBufferMessage, IMessage
Constructors
ShippingDimension()
Declaration
public ShippingDimension()
ShippingDimension(ShippingDimension)
Declaration
public ShippingDimension(ShippingDimension other)
Parameters
Type | Name | Description |
---|---|---|
ShippingDimension | other |
Properties
Unit
The unit of value.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The dimension of the product used to calculate the shipping cost of the item.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double |