Show / Hide Table of Contents

Class Installment

A message that represents installment.

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

Constructors

Installment()

Declaration
public Installment()

Installment(Installment)

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

Properties

Amount

The amount the buyer has to pay per month.

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

CreditType

Type of installment payments. Supported values are:

  • "finance"
  • "lease"
Declaration
public string CreditType { get; set; }
Property Value
Type Description
string

Downpayment

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

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

HasCreditType

Gets whether the "credit_type" field is set

Declaration
public bool HasCreditType { get; }
Property Value
Type Description
bool

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