Show / Hide Table of Contents

Class SubscriptionCost

The SubscriptionCost of the product.

Inheritance
object
SubscriptionCost
Implements
IMessage<SubscriptionCost>
IEquatable<SubscriptionCost>
IDeepCloneable<SubscriptionCost>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.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
In this article
Back to top Generated by DocFX