Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Price |
Price.clone() |
Price |
ProductSubscriptionCost.getAmount()
The amount the buyer has to pay per subscription period.
|
Price |
Installment.getAmount()
The amount the buyer has to pay per month.
|
Price |
Product.getAutoPricingMinPrice()
A safeguard in the [Automated Discounts](//support.google.com/merchants/answer/10295759) and
[Dynamic Promotions](//support.google.com/merchants/answer/13949249) projects, ensuring that
discounts on merchants' offers do not fall below this value, thereby preserving the offer's
value and profitability.
|
Price |
LoyaltyProgram.getCashbackForFutureUse()
Optional.
|
Price |
Product.getCostOfGoodsSold()
Cost of goods sold.
|
Price |
Installment.getDownpayment()
Optional.
|
Price |
CarrierRate.getFlatAdjustment()
Additive shipping rate modifier.
|
Price |
Value.getFlatRate()
A flat rate.
|
Price |
Service.getMinimumOrderValue()
Minimum order value for this service.
|
Price |
PosInventoryRequest.getPrice()
Required.
|
Price |
PosInventoryResponse.getPrice()
Required.
|
Price |
PosSaleResponse.getPrice()
Required.
|
Price |
LocalInventory.getPrice()
The price of the product.
|
Price |
PosSaleRequest.getPrice()
Required.
|
Price |
ProductShipping.getPrice()
Fixed shipping price, represented as a number.
|
Price |
PosInventory.getPrice()
Required.
|
Price |
RegionalInventory.getPrice()
The price of the product.
|
Price |
LoyaltyProgram.getPrice()
Optional.
|
Price |
Product.getPrice()
Price of the item.
|
Price |
PosSale.getPrice()
Required.
|
Price |
FreeShippingThreshold.getPriceThreshold()
Required.
|
Price |
ReturnPolicy.getReturnShippingFee()
The return shipping fee that will apply to non free return reasons.
|
Price |
LocalInventory.getSalePrice()
The sale price of the product.
|
Price |
RegionalInventory.getSalePrice()
The sale price of the product.
|
Price |
Product.getSalePrice()
Advertised sale price of the item.
|
Price |
MinimumOrderValueTableStoreCodeSetWithMov.getValue()
The minimum order value for the given stores.
|
Price |
Price.set(String fieldName,
Object value) |
Price |
Price.setCurrency(String currency)
The currency of the price.
|
Price |
Price.setValue(String value)
The price represented as a number.
|
Modifier and Type | Method and Description |
---|---|
List<Price> |
Headers.getPrices()
A list of inclusive order price upper bounds.
|
Modifier and Type | Method and Description |
---|---|
ProductSubscriptionCost |
ProductSubscriptionCost.setAmount(Price amount)
The amount the buyer has to pay per subscription period.
|
Installment |
Installment.setAmount(Price amount)
The amount the buyer has to pay per month.
|
Product |
Product.setAutoPricingMinPrice(Price autoPricingMinPrice)
A safeguard in the [Automated Discounts](//support.google.com/merchants/answer/10295759) and
[Dynamic Promotions](//support.google.com/merchants/answer/13949249) projects, ensuring that
discounts on merchants' offers do not fall below this value, thereby preserving the offer's
value and profitability.
|
LoyaltyProgram |
LoyaltyProgram.setCashbackForFutureUse(Price cashbackForFutureUse)
Optional.
|
Product |
Product.setCostOfGoodsSold(Price costOfGoodsSold)
Cost of goods sold.
|
Installment |
Installment.setDownpayment(Price downpayment)
Optional.
|
CarrierRate |
CarrierRate.setFlatAdjustment(Price flatAdjustment)
Additive shipping rate modifier.
|
Value |
Value.setFlatRate(Price flatRate)
A flat rate.
|
Service |
Service.setMinimumOrderValue(Price minimumOrderValue)
Minimum order value for this service.
|
PosInventoryRequest |
PosInventoryRequest.setPrice(Price price)
Required.
|
PosInventoryResponse |
PosInventoryResponse.setPrice(Price price)
Required.
|
PosSaleResponse |
PosSaleResponse.setPrice(Price price)
Required.
|
LocalInventory |
LocalInventory.setPrice(Price price)
The price of the product.
|
PosSaleRequest |
PosSaleRequest.setPrice(Price price)
Required.
|
ProductShipping |
ProductShipping.setPrice(Price price)
Fixed shipping price, represented as a number.
|
PosInventory |
PosInventory.setPrice(Price price)
Required.
|
RegionalInventory |
RegionalInventory.setPrice(Price price)
The price of the product.
|
LoyaltyProgram |
LoyaltyProgram.setPrice(Price price)
Optional.
|
Product |
Product.setPrice(Price price)
Price of the item.
|
PosSale |
PosSale.setPrice(Price price)
Required.
|
FreeShippingThreshold |
FreeShippingThreshold.setPriceThreshold(Price priceThreshold)
Required.
|
ReturnPolicy |
ReturnPolicy.setReturnShippingFee(Price returnShippingFee)
The return shipping fee that will apply to non free return reasons.
|
LocalInventory |
LocalInventory.setSalePrice(Price salePrice)
The sale price of the product.
|
RegionalInventory |
RegionalInventory.setSalePrice(Price salePrice)
The sale price of the product.
|
Product |
Product.setSalePrice(Price salePrice)
Advertised sale price of the item.
|
MinimumOrderValueTableStoreCodeSetWithMov |
MinimumOrderValueTableStoreCodeSetWithMov.setValue(Price value)
The minimum order value for the given stores.
|
Modifier and Type | Method and Description |
---|---|
Headers |
Headers.setPrices(List<Price> prices)
A list of inclusive order price upper bounds.
|
Copyright © 2011–2024 Google. All rights reserved.