| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
PartnerCost |
PartnerCost.clone() |
PartnerCost |
PartnerCost.set(String fieldName,
Object value) |
PartnerCost |
PartnerCost.setCostType(String costType)
Required.
|
PartnerCost |
PartnerCost.setFeeAmount(Long feeAmount)
The CPM fee amount in micros of advertiser's currency.
|
PartnerCost |
PartnerCost.setFeePercentageMillis(Long feePercentageMillis)
The media fee percentage in millis (1/1000 of a percent).
|
PartnerCost |
PartnerCost.setFeeType(String feeType)
Required.
|
PartnerCost |
PartnerCost.setInvoiceType(String invoiceType)
The invoice type for this partner cost.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartnerCost> |
LineItem.getPartnerCosts()
The partner costs associated with the line item.
|
List<PartnerCost> |
InsertionOrder.getPartnerCosts()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
LineItem |
LineItem.setPartnerCosts(List<PartnerCost> partnerCosts)
The partner costs associated with the line item.
|
InsertionOrder |
InsertionOrder.setPartnerCosts(List<PartnerCost> partnerCosts)
Optional.
|
Copyright © 2011–2026 Google. All rights reserved.