public interface HeadlineOfferInstallmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAmount()
public abstract Price getAmount()The amount the buyer has to pay per month.
 .google.shopping.type.Price amount = 2;
| Returns | |
|---|---|
| Type | Description | 
com.google.shopping.type.Price | 
        The amount.  | 
      
getAmountOrBuilder()
public abstract PriceOrBuilder getAmountOrBuilder()The amount the buyer has to pay per month.
 .google.shopping.type.Price amount = 2;
| Returns | |
|---|---|
| Type | Description | 
com.google.shopping.type.PriceOrBuilder | 
        |
getDownpayment()
public abstract Price getDownpayment()The up-front down payment amount the buyer has to pay.
 .google.shopping.type.Price downpayment = 3;
| Returns | |
|---|---|
| Type | Description | 
com.google.shopping.type.Price | 
        The downpayment.  | 
      
getDownpaymentOrBuilder()
public abstract PriceOrBuilder getDownpaymentOrBuilder()The up-front down payment amount the buyer has to pay.
 .google.shopping.type.Price downpayment = 3;
| Returns | |
|---|---|
| Type | Description | 
com.google.shopping.type.PriceOrBuilder | 
        |
getMonths()
public abstract long getMonths()The number of installments the buyer has to pay.
 int64 months = 1;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The months.  | 
      
hasAmount()
public abstract boolean hasAmount()The amount the buyer has to pay per month.
 .google.shopping.type.Price amount = 2;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the amount field is set.  | 
      
hasDownpayment()
public abstract boolean hasDownpayment()The up-front down payment amount the buyer has to pay.
 .google.shopping.type.Price downpayment = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the downpayment field is set.  |