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