public sealed class RepricingCondition : IMessage<RepricingCondition>, IEquatable<RepricingCondition>, IDeepCloneable<RepricingCondition>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class RepricingCondition.
Represents the various repricing conditions you can use for a conditional override.
Implements
IMessageRepricingCondition, IEquatableRepricingCondition, IDeepCloneableRepricingCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
RepricingCondition()
public RepricingCondition()RepricingCondition(RepricingCondition)
public RepricingCondition(RepricingCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
RepricingCondition |
Properties
ConditionCase
public RepricingCondition.ConditionOneofCase ConditionCase { get; }| Property Value | |
|---|---|
| Type | Description |
RepricingConditionConditionOneofCase |
|
SkuGroupCondition
public SkuGroupCondition SkuGroupCondition { get; set; }SKU Group condition for override.
| Property Value | |
|---|---|
| Type | Description |
SkuGroupCondition |
|