Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Price |
Price.clone() |
Price |
OrdersCustomBatchRequestEntryRefund.getAmount()
Deprecated.
|
Price |
OrderRefund.getAmount()
The amount that is refunded.
|
Price |
OrdersRefundRequest.getAmount()
Deprecated.
|
Price |
OrdersCustomBatchRequestEntryCancelLineItem.getAmount()
Deprecated.
|
Price |
Installment.getAmount()
The amount the buyer has to pay per month.
|
Price |
OrdersCancelLineItemRequest.getAmount()
Deprecated.
|
Price |
OrderLineItemProductFee.getAmount()
Amount of the fee.
|
Price |
OrdersInStoreRefundLineItemRequest.getAmountPretax()
The amount that is refunded.
|
Price |
OrdersCustomBatchRequestEntryRefund.getAmountPretax()
The amount that is refunded.
|
Price |
OrdersRefundRequest.getAmountPretax()
The amount that is refunded.
|
Price |
OrdersCustomBatchRequestEntryCancelLineItem.getAmountPretax()
Amount to refund for the cancelation.
|
Price |
OrdersCustomBatchRequestEntryReturnRefundLineItem.getAmountPretax()
The amount that is refunded.
|
Price |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.getAmountPretax()
The amount that is refunded.
|
Price |
OrdersCancelLineItemRequest.getAmountPretax()
Amount to refund for the cancelation.
|
Price |
OrdersReturnRefundLineItemRequest.getAmountPretax()
The amount that is refunded.
|
Price |
OrdersInStoreRefundLineItemRequest.getAmountTax()
Tax amount that correspond to refund amount in amountPretax.
|
Price |
OrdersCustomBatchRequestEntryRefund.getAmountTax()
Tax amount that corresponds to refund amount in amountPretax.
|
Price |
OrdersRefundRequest.getAmountTax()
Tax amount that corresponds to refund amount in amountPretax.
|
Price |
OrdersCustomBatchRequestEntryCancelLineItem.getAmountTax()
Tax amount that corresponds to cancellation amount in amountPretax.
|
Price |
OrdersCustomBatchRequestEntryReturnRefundLineItem.getAmountTax()
Tax amount that corresponds to refund amount in amountPretax.
|
Price |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.getAmountTax()
Tax amount that correspond to refund amount in amountPretax.
|
Price |
OrdersCancelLineItemRequest.getAmountTax()
Tax amount that corresponds to cancellation amount in amountPretax.
|
Price |
OrdersReturnRefundLineItemRequest.getAmountTax()
Tax amount that corresponds to refund amount in amountPretax.
|
Price |
Product.getCostOfGoodsSold()
Cost of goods sold.
|
Price |
OrderReportDisbursement.getDisbursementAmount()
The disbursement amount.
|
Price |
OrderReportTransaction.getDisbursementAmount()
The disbursement amount.
|
Price |
OrderLegacyPromotionBenefit.getDiscount()
The discount in the order price when the promotion is applied.
|
Price |
CarrierRate.getFlatAdjustment()
Additive shipping rate modifier.
|
Price |
Value.getFlatRate()
A flat rate.
|
Price |
Service.getMinimumOrderValue()
Minimum order value for this service.
|
Price |
Order.getNetAmount()
The net amount for the order.
|
Price |
Amount.getPretax()
[required] Value before taxes.
|
Price |
InventorySetRequest.getPrice()
The price of the product.
|
Price |
PosInventoryRequest.getPrice()
Required.
|
Price |
PosSale.getPrice()
Required.
|
Price |
OrderLineItem.getPrice()
Total price for the line item.
|
Price |
ProductShipping.getPrice()
Fixed shipping price, represented as a number.
|
Price |
OrderLineItemProduct.getPrice()
Price of the item.
|
Price |
TestOrderLineItemProduct.getPrice()
Required.
|
Price |
PosSaleResponse.getPrice()
Required.
|
Price |
Inventory.getPrice()
The price of the product.
|
Price |
PosSaleRequest.getPrice()
Required.
|
Price |
PosInventory.getPrice()
Required.
|
Price |
Product.getPrice()
Price of the item.
|
Price |
PosInventoryResponse.getPrice()
Required.
|
Price |
ProductAmount.getPriceAmount()
The pre-tax or post-tax price depending on the location of the order.
|
Price |
ProductAmount.getRemittedTaxAmount()
Remitted tax value.
|
Price |
InventorySetRequest.getSalePrice()
The sale price of the product.
|
Price |
Inventory.getSalePrice()
The sale price of the product.
|
Price |
Product.getSalePrice()
Advertised sale price of the item.
|
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 |
TestOrder.getShippingCostTax()
Deprecated.
|
Price |
OrderLineItem.getTax()
Total tax amount for the line item.
|
Price |
Amount.getTax()
[required] Tax value.
|
Price |
ProductAmount.getTaxAmount()
Tax value.
|
Price |
UnitInvoiceTaxLine.getTaxAmount()
[required] Tax amount for the tax type.
|
Price |
OrderLegacyPromotionBenefit.getTaxImpact()
The impact on tax when the promotion is applied.
|
Price |
UnitInvoice.getUnitPricePretax()
[required] Price of the unit, before applying taxes.
|
Price |
TestOrderLineItem.getUnitTax()
Deprecated.
|
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 |
---|---|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.setAmount(Price amount)
Deprecated.
|
OrderRefund |
OrderRefund.setAmount(Price amount)
The amount that is refunded.
|
OrdersRefundRequest |
OrdersRefundRequest.setAmount(Price amount)
Deprecated.
|
OrdersCustomBatchRequestEntryCancelLineItem |
OrdersCustomBatchRequestEntryCancelLineItem.setAmount(Price amount)
Deprecated.
|
Installment |
Installment.setAmount(Price amount)
The amount the buyer has to pay per month.
|
OrdersCancelLineItemRequest |
OrdersCancelLineItemRequest.setAmount(Price amount)
Deprecated.
|
OrderLineItemProductFee |
OrderLineItemProductFee.setAmount(Price amount)
Amount of the fee.
|
OrdersInStoreRefundLineItemRequest |
OrdersInStoreRefundLineItemRequest.setAmountPretax(Price amountPretax)
The amount that is refunded.
|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.setAmountPretax(Price amountPretax)
The amount that is refunded.
|
OrdersRefundRequest |
OrdersRefundRequest.setAmountPretax(Price amountPretax)
The amount that is refunded.
|
OrdersCustomBatchRequestEntryCancelLineItem |
OrdersCustomBatchRequestEntryCancelLineItem.setAmountPretax(Price amountPretax)
Amount to refund for the cancelation.
|
OrdersCustomBatchRequestEntryReturnRefundLineItem |
OrdersCustomBatchRequestEntryReturnRefundLineItem.setAmountPretax(Price amountPretax)
The amount that is refunded.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setAmountPretax(Price amountPretax)
The amount that is refunded.
|
OrdersCancelLineItemRequest |
OrdersCancelLineItemRequest.setAmountPretax(Price amountPretax)
Amount to refund for the cancelation.
|
OrdersReturnRefundLineItemRequest |
OrdersReturnRefundLineItemRequest.setAmountPretax(Price amountPretax)
The amount that is refunded.
|
OrdersInStoreRefundLineItemRequest |
OrdersInStoreRefundLineItemRequest.setAmountTax(Price amountTax)
Tax amount that correspond to refund amount in amountPretax.
|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.setAmountTax(Price amountTax)
Tax amount that corresponds to refund amount in amountPretax.
|
OrdersRefundRequest |
OrdersRefundRequest.setAmountTax(Price amountTax)
Tax amount that corresponds to refund amount in amountPretax.
|
OrdersCustomBatchRequestEntryCancelLineItem |
OrdersCustomBatchRequestEntryCancelLineItem.setAmountTax(Price amountTax)
Tax amount that corresponds to cancellation amount in amountPretax.
|
OrdersCustomBatchRequestEntryReturnRefundLineItem |
OrdersCustomBatchRequestEntryReturnRefundLineItem.setAmountTax(Price amountTax)
Tax amount that corresponds to refund amount in amountPretax.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setAmountTax(Price amountTax)
Tax amount that correspond to refund amount in amountPretax.
|
OrdersCancelLineItemRequest |
OrdersCancelLineItemRequest.setAmountTax(Price amountTax)
Tax amount that corresponds to cancellation amount in amountPretax.
|
OrdersReturnRefundLineItemRequest |
OrdersReturnRefundLineItemRequest.setAmountTax(Price amountTax)
Tax amount that corresponds to refund amount in amountPretax.
|
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.
|
OrderLegacyPromotionBenefit |
OrderLegacyPromotionBenefit.setDiscount(Price discount)
The discount in the order price when the promotion is applied.
|
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.setNetAmount(Price netAmount)
The net amount for the order.
|
Amount |
Amount.setPretax(Price pretax)
[required] Value before taxes.
|
InventorySetRequest |
InventorySetRequest.setPrice(Price price)
The price of the product.
|
PosInventoryRequest |
PosInventoryRequest.setPrice(Price price)
Required.
|
PosSale |
PosSale.setPrice(Price price)
Required.
|
OrderLineItem |
OrderLineItem.setPrice(Price price)
Total price for the line item.
|
ProductShipping |
ProductShipping.setPrice(Price price)
Fixed shipping price, represented as a number.
|
OrderLineItemProduct |
OrderLineItemProduct.setPrice(Price price)
Price of the item.
|
TestOrderLineItemProduct |
TestOrderLineItemProduct.setPrice(Price price)
Required.
|
PosSaleResponse |
PosSaleResponse.setPrice(Price price)
Required.
|
Inventory |
Inventory.setPrice(Price price)
The price of the product.
|
PosSaleRequest |
PosSaleRequest.setPrice(Price price)
Required.
|
PosInventory |
PosInventory.setPrice(Price price)
Required.
|
Product |
Product.setPrice(Price price)
Price of the item.
|
PosInventoryResponse |
PosInventoryResponse.setPrice(Price price)
Required.
|
ProductAmount |
ProductAmount.setPriceAmount(Price priceAmount)
The pre-tax or post-tax price depending on the location of the order.
|
ProductAmount |
ProductAmount.setRemittedTaxAmount(Price remittedTaxAmount)
Remitted tax value.
|
InventorySetRequest |
InventorySetRequest.setSalePrice(Price salePrice)
The sale price of the product.
|
Inventory |
Inventory.setSalePrice(Price salePrice)
The sale price of the product.
|
Product |
Product.setSalePrice(Price salePrice)
Advertised sale price of the item.
|
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.
|
TestOrder |
TestOrder.setShippingCostTax(Price shippingCostTax)
Deprecated.
|
OrderLineItem |
OrderLineItem.setTax(Price tax)
Total tax amount for the line item.
|
Amount |
Amount.setTax(Price tax)
[required] Tax value.
|
ProductAmount |
ProductAmount.setTaxAmount(Price taxAmount)
Tax value.
|
UnitInvoiceTaxLine |
UnitInvoiceTaxLine.setTaxAmount(Price taxAmount)
[required] Tax amount for the tax type.
|
OrderLegacyPromotionBenefit |
OrderLegacyPromotionBenefit.setTaxImpact(Price taxImpact)
The impact on tax when the promotion is applied.
|
UnitInvoice |
UnitInvoice.setUnitPricePretax(Price unitPricePretax)
[required] Price of the unit, before applying taxes.
|
TestOrderLineItem |
TestOrderLineItem.setUnitTax(Price unitTax)
Deprecated.
|
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–2021 Google. All rights reserved.