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