Show / Hide Table of Contents

Class HeadlineOfferSubscriptionCost

The SubscriptionCost of the product.

Inheritance
object
HeadlineOfferSubscriptionCost
Implements
IMessage<HeadlineOfferSubscriptionCost>
IEquatable<HeadlineOfferSubscriptionCost>
IDeepCloneable<HeadlineOfferSubscriptionCost>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class HeadlineOfferSubscriptionCost : IMessage<HeadlineOfferSubscriptionCost>, IEquatable<HeadlineOfferSubscriptionCost>, IDeepCloneable<HeadlineOfferSubscriptionCost>, IBufferMessage, IMessage

Constructors

HeadlineOfferSubscriptionCost()

Declaration
public HeadlineOfferSubscriptionCost()

HeadlineOfferSubscriptionCost(HeadlineOfferSubscriptionCost)

Declaration
public HeadlineOfferSubscriptionCost(HeadlineOfferSubscriptionCost other)
Parameters
Type Name Description
HeadlineOfferSubscriptionCost other

Properties

Amount

The amount the buyer has to pay per subscription period.

Declaration
public Price Amount { get; set; }
Property Value
Type Description
Price

Period

The type of subscription period. Supported values are:

  • "month"
  • "year"
Declaration
public SubscriptionPeriod Period { get; set; }
Property Value
Type Description
SubscriptionPeriod

PeriodLength

The number of subscription periods the buyer has to pay.

Declaration
public long PeriodLength { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX