Class ProductSubscriptionCost
Implements
Inherited Members
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 |
|---|---|
| string |
Period
The type of subscription period. - "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? |