Cloud Commerce Producer v1beta API - Class StandardOffer.Types.PriceModel (1.0.0-beta01)

public sealed class StandardOffer.Types.PriceModel : IMessage<StandardOffer.Types.PriceModel>, IEquatable<StandardOffer.Types.PriceModel>, IDeepCloneable<StandardOffer.Types.PriceModel>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class StandardOffer.Types.PriceModel.

Price model of the offer.

Inheritance

object > StandardOffer.Types.PriceModel

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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