Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Installment |
Installment.clone() |
Installment |
Product.getInstallment()
Number and amount of installments to pay for an item.
|
Installment |
Installment.set(String fieldName,
Object value) |
Installment |
Installment.setAmount(Price amount)
The amount the buyer has to pay per month.
|
Installment |
Installment.setCreditType(String creditType)
Optional.
|
Installment |
Installment.setDownpayment(Price downpayment)
Optional.
|
Installment |
Installment.setMonths(Long months)
The number of installments the buyer has to pay.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setInstallment(Installment installment)
Number and amount of installments to pay for an item.
|
Copyright © 2011–2024 Google. All rights reserved.