| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
CartDataItem |
CartDataItem.clone() |
CartDataItem |
CartDataItem.set(String fieldName,
Object value) |
CartDataItem |
CartDataItem.setItemId(String itemId)
The shopping id of the item.
|
CartDataItem |
CartDataItem.setQuantity(Integer quantity)
Number of items sold.
|
CartDataItem |
CartDataItem.setUnitPrice(Double unitPrice)
Unit price excluding tax, shipping, and any transaction level discounts.
|
| Modifier and Type | Method and Description |
|---|---|
List<CartDataItem> |
CartData.getItems()
Data of the items purchased.
|
| Modifier and Type | Method and Description |
|---|---|
CartData |
CartData.setItems(List<CartDataItem> items)
Data of the items purchased.
|
Copyright © 2011–2025 Google. All rights reserved.