Show / Hide Table of Contents

Class ProductSubscriptionCost

Inheritance
System.Object
ProductSubscriptionCost
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductSubscriptionCost : 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
System.String

Period

The type of subscription period.

Declaration
[JsonProperty("period")]
public virtual string Period { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
In This Article
Back to top