Show / Hide Table of Contents

Class HeadlineOfferInstallment

A message that represents installment.

Inheritance
object
HeadlineOfferInstallment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class HeadlineOfferInstallment : IDirectResponseSchema

Properties

Amount

The amount the buyer has to pay per month.

Declaration
[JsonProperty("amount")]
public virtual Price Amount { get; set; }
Property Value
Type Description
Price

Downpayment

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

Declaration
[JsonProperty("downpayment")]
public virtual Price Downpayment { 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

Months

The number of installments the buyer has to pay.

Declaration
[JsonProperty("months")]
public virtual long? Months { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX