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 |
OrderLineItemProductFee.getAmount()
Amount of the fee.
|
Price |
OrdersCustomBatchRequestEntryRefundItemShipping.getAmount()
The amount that is refunded.
|
Price |
Installment.getAmount()
The amount the buyer has to pay per month.
|
Price |
OrderRefund.getAmount()
The amount that is refunded.
|
Price |
Product.getCostOfGoodsSold()
Cost of goods sold.
|
Price |
OrderReportDisbursement.getDisbursementAmount()
The disbursement amount.
|
Price |
OrderReportTransaction.getDisbursementAmount()
The disbursement amount.
|
Price |
CarrierRate.getFlatAdjustment()
Additive shipping rate modifier.
|
Price |
Value.getFlatRate()
A flat rate.
|
Price |
Service.getMinimumOrderValue()
Minimum order value for this service.
|
Price |
Order.getNetPriceAmount()
The net amount for the order (price part).
|
Price |
Order.getNetTaxAmount()
The net amount for the order (tax part).
|
Price |
SettlementReport.getPreviousBalance()
The residual amount from the previous invoice.
|
Price |
PosSale.getPrice()
Required.
|
Price |
PosSaleRequest.getPrice()
Required.
|
Price |
TestOrderLineItemProduct.getPrice()
Required.
|
Price |
PosSaleResponse.getPrice()
Required.
|
Price |
RegionalInventory.getPrice()
The price of the product.
|
Price |
Product.getPrice()
Price of the item.
|
Price |
ProductShipping.getPrice()
Fixed shipping price, represented as a number.
|
Price |
PosInventoryRequest.getPrice()
Required.
|
Price |
PosInventoryResponse.getPrice()
Required.
|
Price |
LocalInventory.getPrice()
The price of the product.
|
Price |
OrderLineItem.getPrice()
Total price for the line item.
|
Price |
OrderLineItemProduct.getPrice()
Price of the item.
|
Price |
PosInventory.getPrice()
Required.
|
Price |
OrderLineItemAdjustment.getPriceAdjustment()
Adjustment for total price of the line item.
|
Price |
OrdersInStoreRefundLineItemRequest.getPriceAmount()
The amount to be refunded.
|
Price |
OrderreturnsPartialRefund.getPriceAmount()
The pre-tax or post-tax amount to be refunded, depending on the location of the order.
|
Price |
MonetaryAmount.getPriceAmount()
The pre-tax or post-tax price depends on the location of the order.
|
Price |
ProductAmount.getPriceAmount()
The pre-tax or post-tax price depending on the location of the order.
|
Price |
Amount.getPriceAmount()
[required] The pre-tax or post-tax price depending on the location of the order.
|
Price |
OrdersReturnRefundLineItemRequest.getPriceAmount()
The amount to be refunded.
|
Price |
OrderPromotion.getPriceValue()
Estimated discount applied to price.
|
Price |
ProductAmount.getRemittedTaxAmount()
Remitted tax value.
|
Price |
ReturnPolicy.getReturnShippingFee()
The return shipping fee that will apply to non free return reasons.
|
Price |
RegionalInventory.getSalePrice()
The sale price of the product.
|
Price |
Product.getSalePrice()
Advertised sale price of the item.
|
Price |
LocalInventory.getSalePrice()
The sale price of the product.
|
Price |
Order.getShippingCost()
The total cost of shipping for all items.
|
Price |
TestOrder.getShippingCost()
Required.
|
Price |
Order.getShippingCostTax()
The tax for the total shipping cost.
|
Price |
OrderLineItem.getTax()
Total tax amount for the line item.
|
Price |
OrderLineItemAdjustment.getTaxAdjustment()
Adjustment for total tax of the line item.
|
Price |
OrdersInStoreRefundLineItemRequest.getTaxAmount()
The amount of tax to be refunded.
|
Price |
OrderreturnsPartialRefund.getTaxAmount()
Tax amount to be refunded.
|
Price |
UnitInvoiceTaxLine.getTaxAmount()
[required] Tax amount for the tax type.
|
Price |
MonetaryAmount.getTaxAmount()
Tax value, present only for countries where price attribute excludes tax (for example, "US".
|
Price |
ProductAmount.getTaxAmount()
Tax value.
|
Price |
Amount.getTaxAmount()
[required] Tax value.
|
Price |
OrdersReturnRefundLineItemRequest.getTaxAmount()
The amount of tax to be refunded.
|
Price |
OrderPromotion.getTaxValue()
Estimated discount applied to tax (if allowed by law).
|
Price |
SettlementTransactionAmount.getTransactionAmount()
The amount that contributes to the line item price.
|
Price |
SettlementReport.getTransferAmount()
The money due to the merchant.
|
Price |
UnitInvoice.getUnitPrice()
[required] Pre-tax or post-tax price of one unit depending on the locality of the order.
|
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.
|
OrderLineItemProductFee |
OrderLineItemProductFee.setAmount(Price amount)
Amount of the fee.
|
OrdersCustomBatchRequestEntryRefundItemShipping |
OrdersCustomBatchRequestEntryRefundItemShipping.setAmount(Price amount)
The amount that is refunded.
|
Installment |
Installment.setAmount(Price amount)
The amount the buyer has to pay per month.
|
OrderRefund |
OrderRefund.setAmount(Price amount)
The amount that is refunded.
|
Product |
Product.setCostOfGoodsSold(Price costOfGoodsSold)
Cost of goods sold.
|
OrderReportDisbursement |
OrderReportDisbursement.setDisbursementAmount(Price disbursementAmount)
The disbursement amount.
|
OrderReportTransaction |
OrderReportTransaction.setDisbursementAmount(Price disbursementAmount)
The disbursement amount.
|
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.
|
Order |
Order.setNetPriceAmount(Price netPriceAmount)
The net amount for the order (price part).
|
Order |
Order.setNetTaxAmount(Price netTaxAmount)
The net amount for the order (tax part).
|
SettlementReport |
SettlementReport.setPreviousBalance(Price previousBalance)
The residual amount from the previous invoice.
|
PosSale |
PosSale.setPrice(Price price)
Required.
|
PosSaleRequest |
PosSaleRequest.setPrice(Price price)
Required.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setPrice(Price price)
Required.
|
PosSaleResponse |
PosSaleResponse.setPrice(Price price)
Required.
|
RegionalInventory |
RegionalInventory.setPrice(Price price)
The price of the product.
|
Product |
Product.setPrice(Price price)
Price of the item.
|
ProductShipping |
ProductShipping.setPrice(Price price)
Fixed shipping price, represented as a number.
|
PosInventoryRequest |
PosInventoryRequest.setPrice(Price price)
Required.
|
PosInventoryResponse |
PosInventoryResponse.setPrice(Price price)
Required.
|
LocalInventory |
LocalInventory.setPrice(Price price)
The price of the product.
|
OrderLineItem |
OrderLineItem.setPrice(Price price)
Total price for the line item.
|
OrderLineItemProduct |
OrderLineItemProduct.setPrice(Price price)
Price of the item.
|
PosInventory |
PosInventory.setPrice(Price price)
Required.
|
OrderLineItemAdjustment |
OrderLineItemAdjustment.setPriceAdjustment(Price priceAdjustment)
Adjustment for total price of the line item.
|
OrdersInStoreRefundLineItemRequest |
OrdersInStoreRefundLineItemRequest.setPriceAmount(Price priceAmount)
The amount to be refunded.
|
OrderreturnsPartialRefund |
OrderreturnsPartialRefund.setPriceAmount(Price priceAmount)
The pre-tax or post-tax amount to be refunded, depending on the location of the order.
|
MonetaryAmount |
MonetaryAmount.setPriceAmount(Price priceAmount)
The pre-tax or post-tax price depends on the location of the order.
|
ProductAmount |
ProductAmount.setPriceAmount(Price priceAmount)
The pre-tax or post-tax price depending on the location of the order.
|
Amount |
Amount.setPriceAmount(Price priceAmount)
[required] The pre-tax or post-tax price depending on the location of the order.
|
OrdersReturnRefundLineItemRequest |
OrdersReturnRefundLineItemRequest.setPriceAmount(Price priceAmount)
The amount to be refunded.
|
OrderPromotion |
OrderPromotion.setPriceValue(Price priceValue)
Estimated discount applied to price.
|
ProductAmount |
ProductAmount.setRemittedTaxAmount(Price remittedTaxAmount)
Remitted tax value.
|
ReturnPolicy |
ReturnPolicy.setReturnShippingFee(Price returnShippingFee)
The return shipping fee that will apply to non free return reasons.
|
RegionalInventory |
RegionalInventory.setSalePrice(Price salePrice)
The sale price of the product.
|
Product |
Product.setSalePrice(Price salePrice)
Advertised sale price of the item.
|
LocalInventory |
LocalInventory.setSalePrice(Price salePrice)
The sale price of the product.
|
Order |
Order.setShippingCost(Price shippingCost)
The total cost of shipping for all items.
|
TestOrder |
TestOrder.setShippingCost(Price shippingCost)
Required.
|
Order |
Order.setShippingCostTax(Price shippingCostTax)
The tax for the total shipping cost.
|
OrderLineItem |
OrderLineItem.setTax(Price tax)
Total tax amount for the line item.
|
OrderLineItemAdjustment |
OrderLineItemAdjustment.setTaxAdjustment(Price taxAdjustment)
Adjustment for total tax of the line item.
|
OrdersInStoreRefundLineItemRequest |
OrdersInStoreRefundLineItemRequest.setTaxAmount(Price taxAmount)
The amount of tax to be refunded.
|
OrderreturnsPartialRefund |
OrderreturnsPartialRefund.setTaxAmount(Price taxAmount)
Tax amount to be refunded.
|
UnitInvoiceTaxLine |
UnitInvoiceTaxLine.setTaxAmount(Price taxAmount)
[required] Tax amount for the tax type.
|
MonetaryAmount |
MonetaryAmount.setTaxAmount(Price taxAmount)
Tax value, present only for countries where price attribute excludes tax (for example, "US".
|
ProductAmount |
ProductAmount.setTaxAmount(Price taxAmount)
Tax value.
|
Amount |
Amount.setTaxAmount(Price taxAmount)
[required] Tax value.
|
OrdersReturnRefundLineItemRequest |
OrdersReturnRefundLineItemRequest.setTaxAmount(Price taxAmount)
The amount of tax to be refunded.
|
OrderPromotion |
OrderPromotion.setTaxValue(Price taxValue)
Estimated discount applied to tax (if allowed by law).
|
SettlementTransactionAmount |
SettlementTransactionAmount.setTransactionAmount(Price transactionAmount)
The amount that contributes to the line item price.
|
SettlementReport |
SettlementReport.setTransferAmount(Price transferAmount)
The money due to the merchant.
|
UnitInvoice |
UnitInvoice.setUnitPrice(Price unitPrice)
[required] Pre-tax or post-tax price of one unit depending on the locality of the order.
|
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–2023 Google. All rights reserved.