Class SubscriptionCost
The SubscriptionCost of the product.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class SubscriptionCost : 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? |