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