| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ChargebackBreakdown |
ChargebackBreakdown.chargeType(String chargeType) |
ChargebackBreakdown |
ChargebackBreakdown.cost(Double cost) |
ChargebackBreakdown |
ChargebackBreakdown.productName(String productName) |
ChargebackBreakdown |
ChargebackBreakdown.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChargebackBreakdown> |
CostByOrgAttributes.getCharges()
List of charges data reported for the requested month.
|
List<ChargebackBreakdown> |
ProjectedCostAttributes.getCharges()
List of charges data reported for the requested month.
|
| Modifier and Type | Method and Description |
|---|---|
CostByOrgAttributes |
CostByOrgAttributes.addChargesItem(ChargebackBreakdown chargesItem) |
ProjectedCostAttributes |
ProjectedCostAttributes.addChargesItem(ChargebackBreakdown chargesItem) |
| Modifier and Type | Method and Description |
|---|---|
CostByOrgAttributes |
CostByOrgAttributes.charges(List<ChargebackBreakdown> charges) |
ProjectedCostAttributes |
ProjectedCostAttributes.charges(List<ChargebackBreakdown> charges) |
void |
CostByOrgAttributes.setCharges(List<ChargebackBreakdown> charges) |
void |
ProjectedCostAttributes.setCharges(List<ChargebackBreakdown> charges) |
Copyright © 2024. All rights reserved.