Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PriceAmount |
PriceAmount.clone() |
PriceAmount |
OrderTrackingSignal.getCustomerShippingFee()
The shipping fee of the order; this value should be set to zero in the case of free shipping.
|
PriceAmount |
ReturnPolicyOnlineReturnShippingFee.getFixedFee()
Fixed return shipping fee amount.
|
PriceAmount |
ReturnPolicyOnlineRestockingFee.getFixedFee()
Fixed restocking fee.
|
PriceAmount |
RepricingProductReport.getHighWatermark()
Maximum displayed price after repriced during this reporting period.
|
PriceAmount |
RepricingProductReport.getLowWatermark()
Minimum displayed price after repriced during this reporting period.
|
PriceAmount |
RepricingRuleReport.getTotalGmv()
Total GMV generated by impacted products while the rule was active on the date of the report.
|
PriceAmount |
RepricingProductReport.getTotalGmv()
Total GMV generated by impacted products while the rule was active on the date of the report.
|
PriceAmount |
PriceAmount.set(String fieldName,
Object value) |
PriceAmount |
PriceAmount.setCurrency(String currency)
The currency of the price.
|
PriceAmount |
PriceAmount.setValue(String value)
The price represented as a number.
|
Modifier and Type | Method and Description |
---|---|
OrderTrackingSignal |
OrderTrackingSignal.setCustomerShippingFee(PriceAmount customerShippingFee)
The shipping fee of the order; this value should be set to zero in the case of free shipping.
|
ReturnPolicyOnlineReturnShippingFee |
ReturnPolicyOnlineReturnShippingFee.setFixedFee(PriceAmount fixedFee)
Fixed return shipping fee amount.
|
ReturnPolicyOnlineRestockingFee |
ReturnPolicyOnlineRestockingFee.setFixedFee(PriceAmount fixedFee)
Fixed restocking fee.
|
RepricingProductReport |
RepricingProductReport.setHighWatermark(PriceAmount highWatermark)
Maximum displayed price after repriced during this reporting period.
|
RepricingProductReport |
RepricingProductReport.setLowWatermark(PriceAmount lowWatermark)
Minimum displayed price after repriced during this reporting period.
|
RepricingRuleReport |
RepricingRuleReport.setTotalGmv(PriceAmount totalGmv)
Total GMV generated by impacted products while the rule was active on the date of the report.
|
RepricingProductReport |
RepricingProductReport.setTotalGmv(PriceAmount totalGmv)
Total GMV generated by impacted products while the rule was active on the date of the report.
|
Copyright © 2011–2021 Google. All rights reserved.