Cloud Channel v1 API - Class RepricingCondition (2.11.0)

public sealed class RepricingCondition : IMessage<RepricingCondition>, IEquatable<RepricingCondition>, IDeepCloneable<RepricingCondition>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class RepricingCondition.

Represents the various repricing conditions you can use for a conditional override.

Inheritance

object > RepricingCondition

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

RepricingCondition()

public RepricingCondition()

RepricingCondition(RepricingCondition)

public RepricingCondition(RepricingCondition other)
Parameter
NameDescription
otherRepricingCondition

Properties

ConditionCase

public RepricingCondition.ConditionOneofCase ConditionCase { get; }
Property Value
TypeDescription
RepricingConditionConditionOneofCase

SkuGroupCondition

public SkuGroupCondition SkuGroupCondition { get; set; }

SKU Group condition for override.

Property Value
TypeDescription
SkuGroupCondition