Show / Hide Table of Contents

Class Installment

A message that represents installment.

Inheritance
object
Installment
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.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class Installment : 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

CreditType

Type of installment payments. Supported values are: * "finance" * "lease"

Declaration
[JsonProperty("creditType")]
public virtual string CreditType { get; set; }
Property Value
Type Description
string

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