Class SubscriptionCost
The SubscriptionCost of the product.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class SubscriptionCost : IMessage<SubscriptionCost>, IEquatable<SubscriptionCost>, IDeepCloneable<SubscriptionCost>, IBufferMessage, IMessage
Constructors
SubscriptionCost()
Declaration
public SubscriptionCost()
SubscriptionCost(SubscriptionCost)
Declaration
public SubscriptionCost(SubscriptionCost other)
Parameters
Type | Name | Description |
---|---|---|
SubscriptionCost | 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 |