public static interface OnlineReturnPolicy.RestockingFeeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFixedFee()
public abstract Price getFixedFee()Fixed restocking fee.
.google.shopping.type.Price fixed_fee = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.Price |
The fixedFee. |
getFixedFeeOrBuilder()
public abstract PriceOrBuilder getFixedFeeOrBuilder()Fixed restocking fee.
.google.shopping.type.Price fixed_fee = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.shopping.type.PriceOrBuilder |
|
getMicroPercent()
public abstract int getMicroPercent()Percent of total price in micros. 15,000,000 means 15% of the total price would be charged.
int32 micro_percent = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The microPercent. |
getTypeCase()
public abstract OnlineReturnPolicy.RestockingFee.TypeCase getTypeCase()| Returns | |
|---|---|
| Type | Description |
OnlineReturnPolicy.RestockingFee.TypeCase |
|
hasFixedFee()
public abstract boolean hasFixedFee()Fixed restocking fee.
.google.shopping.type.Price fixed_fee = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fixedFee field is set. |
hasMicroPercent()
public abstract boolean hasMicroPercent()Percent of total price in micros. 15,000,000 means 15% of the total price would be charged.
int32 micro_percent = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the microPercent field is set. |