Show / Hide Table of Contents

Class HeadlineOfferSubscriptionCost

The SubscriptionCost of the product.

Inheritance
object
HeadlineOfferSubscriptionCost
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class HeadlineOfferSubscriptionCost : IDirectResponseSchema

Properties

Amount

The amount the buyer has to pay per subscription period.

Declaration
[JsonProperty("amount")]
public virtual Price Amount { get; set; }
Property Value
Type Description
Price

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Period

The type of subscription period. Supported values are: * "month" * "year"

Declaration
[JsonProperty("period")]
public virtual string Period { get; set; }
Property Value
Type Description
string

PeriodLength

The number of subscription periods the buyer has to pay.

Declaration
[JsonProperty("periodLength")]
public virtual long? PeriodLength { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX