Show / Hide Table of Contents

Class HeadlineOfferInstallment

A message that represents installment.

Inheritance
object
HeadlineOfferInstallment
Implements
IMessage<HeadlineOfferInstallment>
IEquatable<HeadlineOfferInstallment>
IDeepCloneable<HeadlineOfferInstallment>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class HeadlineOfferInstallment : IMessage<HeadlineOfferInstallment>, IEquatable<HeadlineOfferInstallment>, IDeepCloneable<HeadlineOfferInstallment>, IBufferMessage, IMessage

Constructors

HeadlineOfferInstallment()

Declaration
public HeadlineOfferInstallment()

HeadlineOfferInstallment(HeadlineOfferInstallment)

Declaration
public HeadlineOfferInstallment(HeadlineOfferInstallment other)
Parameters
Type Name Description
HeadlineOfferInstallment other

Properties

Amount

The amount the buyer has to pay per month.

Declaration
public Price Amount { get; set; }
Property Value
Type Description
Price

Downpayment

The up-front down payment amount the buyer has to pay.

Declaration
public Price Downpayment { get; set; }
Property Value
Type Description
Price

Months

The number of installments the buyer has to pay.

Declaration
public long Months { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX