Show / Hide Table of Contents

Class ProductInstallment

A message that represents installment.

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

Constructors

ProductInstallment()

Declaration
public ProductInstallment()

ProductInstallment(ProductInstallment)

Declaration
public ProductInstallment(ProductInstallment other)
Parameters
Type Name Description
ProductInstallment 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.

Declaration
public CreditType CreditType { get; set; }
Property Value
Type Description
CreditType

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