Show / Hide Table of Contents

Class UnitPricingBaseMeasure

The UnitPricingBaseMeasure of the product.

Inheritance
object
UnitPricingBaseMeasure
Implements
IMessage<UnitPricingBaseMeasure>
IEquatable<UnitPricingBaseMeasure>
IDeepCloneable<UnitPricingBaseMeasure>
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 UnitPricingBaseMeasure : IMessage<UnitPricingBaseMeasure>, IEquatable<UnitPricingBaseMeasure>, IDeepCloneable<UnitPricingBaseMeasure>, IBufferMessage, IMessage

Constructors

UnitPricingBaseMeasure()

Declaration
public UnitPricingBaseMeasure()

UnitPricingBaseMeasure(UnitPricingBaseMeasure)

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

Properties

Unit

The unit of the denominator.

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

Value

The denominator of the unit price.

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