Cloud Commerce Producer v1beta API - Class Sku.Types.SkuPrice.Types.TieredPrice.Types.PriceTier (1.0.0-beta01)

public sealed class Sku.Types.SkuPrice.Types.TieredPrice.Types.PriceTier : IMessage<Sku.Types.SkuPrice.Types.TieredPrice.Types.PriceTier>, IEquatable<Sku.Types.SkuPrice.Types.TieredPrice.Types.PriceTier>, IDeepCloneable<Sku.Types.SkuPrice.Types.TieredPrice.Types.PriceTier>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class Sku.Types.SkuPrice.Types.TieredPrice.Types.PriceTier.

A price tier pricing metric usage within a range.

Each marginal unit of usage is priced according to the price tier in which it falls.

Inheritance

object > Sku.Types.SkuPrice.Types.TieredPrice.Types.PriceTier

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

PriceTier()

public PriceTier()

PriceTier(PriceTier)

public PriceTier(Sku.Types.SkuPrice.Types.TieredPrice.Types.PriceTier other)
Parameter
Name Description
other SkuTypesSkuPriceTypesTieredPriceTypesPriceTier

Properties

Price

public Money Price { get; set; }

Output only. The price per price_unit_count of unit in the tier. The price is applied fractionally if the customer's usage within the tier is not an integer multiple of price_unit_count.

Property Value
Type Description
Money

StartAmount

public Decimal StartAmount { get; set; }

Output only. Inclusive lower bound of the tier interval, denominated in unit.

Property Value
Type Description
Decimal