public static interface ReportPropertyUsageResponse.BillInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBaseFee()
public abstract Money getBaseFee()The amount of the monthly base fee.
.google.type.Money base_fee = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The baseFee. |
getBaseFeeOrBuilder()
public abstract MoneyOrBuilder getBaseFeeOrBuilder()The amount of the monthly base fee.
.google.type.Money base_fee = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
getEventFee()
public abstract Money getEventFee()The amount of the event fee.
.google.type.Money event_fee = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The eventFee. |
getEventFeeOrBuilder()
public abstract MoneyOrBuilder getEventFeeOrBuilder()The amount of the event fee.
.google.type.Money event_fee = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
getPriceProtectionCredit()
public abstract Money getPriceProtectionCredit()The amount of the price protection credit, this is only available for eligible customers.
.google.type.Money price_protection_credit = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The priceProtectionCredit. |
getPriceProtectionCreditOrBuilder()
public abstract MoneyOrBuilder getPriceProtectionCreditOrBuilder()The amount of the price protection credit, this is only available for eligible customers.
.google.type.Money price_protection_credit = 3;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
getTotal()
public abstract Money getTotal()The total amount of the bill.
.google.type.Money total = 4;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Money |
The total. |
getTotalOrBuilder()
public abstract MoneyOrBuilder getTotalOrBuilder()The total amount of the bill.
.google.type.Money total = 4;
| Returns | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
hasBaseFee()
public abstract boolean hasBaseFee()The amount of the monthly base fee.
.google.type.Money base_fee = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the baseFee field is set. |
hasEventFee()
public abstract boolean hasEventFee()The amount of the event fee.
.google.type.Money event_fee = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the eventFee field is set. |
hasPriceProtectionCredit()
public abstract boolean hasPriceProtectionCredit()The amount of the price protection credit, this is only available for eligible customers.
.google.type.Money price_protection_credit = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the priceProtectionCredit field is set. |
hasTotal()
public abstract boolean hasTotal()The total amount of the bill.
.google.type.Money total = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the total field is set. |