Show / Hide Table of Contents

Class ShippingDimension

The ShippingDimension of the product.

Inheritance
object
ShippingDimension
Implements
IMessage<ShippingDimension>
IEquatable<ShippingDimension>
IDeepCloneable<ShippingDimension>
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 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
In this article
Back to top Generated by DocFX