public sealed class StandardOffer.Types.PriceModel : IMessage<StandardOffer.Types.PriceModel>, IEquatable<StandardOffer.Types.PriceModel>, IDeepCloneable<StandardOffer.Types.PriceModel>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class StandardOffer.Types.PriceModel.
Price model of the offer.
Implements
IMessageStandardOfferTypesPriceModel, IEquatableStandardOfferTypesPriceModel, IDeepCloneableStandardOfferTypesPriceModel, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
PriceModel()
public PriceModel()PriceModel(PriceModel)
public PriceModel(StandardOffer.Types.PriceModel other)| Parameter | |
|---|---|
| Name | Description |
other |
StandardOfferTypesPriceModel |
Properties
FlatFee
public StandardOffer.Types.PriceModel.Types.FlatFeeSubscription FlatFee { get; set; }Output only. Price configurations for the flat fee subscription.
| Property Value | |
|---|---|
| Type | Description |
StandardOfferTypesPriceModelTypesFlatFeeSubscription |
|
SubscriptionCase
public StandardOffer.Types.PriceModel.SubscriptionOneofCase SubscriptionCase { get; }| Property Value | |
|---|---|
| Type | Description |
StandardOfferTypesPriceModelSubscriptionOneofCase |
|
Usage
public StandardOffer.Types.PriceModel.Types.Usage Usage { get; set; }Output only. Price configurations for the usage part.
| Property Value | |
|---|---|
| Type | Description |
StandardOfferTypesPriceModelTypesUsage |
|