Class HeadlineOfferInstallment
A message that represents installment.
Implements
Inherited Members
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? |