public interface InstallmentOrBuilder extends MessageOrBuilder
Implements
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 |
getCreditType()
public abstract String getCreditType()
Type of installment payments. Supported values are:
- "
finance
" - "
lease
"
optional string credit_type = 4;
Returns | |
---|---|
Type | Description |
String |
The creditType. |
getCreditTypeBytes()
public abstract ByteString getCreditTypeBytes()
Type of installment payments. Supported values are:
- "
finance
" - "
lease
"
optional string credit_type = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for creditType. |
getDownpayment()
public abstract Price getDownpayment()
The up-front down payment amount the buyer has to pay.
optional .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.
optional .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. |
hasCreditType()
public abstract boolean hasCreditType()
Type of installment payments. Supported values are:
- "
finance
" - "
lease
"
optional string credit_type = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the creditType field is set. |
hasDownpayment()
public abstract boolean hasDownpayment()
The up-front down payment amount the buyer has to pay.
optional .google.shopping.type.Price downpayment = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the downpayment field is set. |