@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ChargebackBreakdown extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CHARGE_TYPE |
static String |
JSON_PROPERTY_COST |
static String |
JSON_PROPERTY_PRODUCT_NAME |
boolean |
unparsed |
Constructor and Description |
---|
ChargebackBreakdown() |
Modifier and Type | Method and Description |
---|---|
ChargebackBreakdown |
chargeType(String chargeType) |
ChargebackBreakdown |
cost(Double cost) |
boolean |
equals(Object o)
Return true if this ChargebackBreakdown object is equal to o.
|
String |
getChargeType()
The type of charge for a particular product.
|
Double |
getCost()
The cost for a particular product and charge type during a given month.
|
String |
getProductName()
The product for which cost is being reported.
|
int |
hashCode() |
ChargebackBreakdown |
productName(String productName) |
void |
setChargeType(String chargeType) |
void |
setCost(Double cost) |
void |
setProductName(String productName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CHARGE_TYPE
public static final String JSON_PROPERTY_COST
public static final String JSON_PROPERTY_PRODUCT_NAME
public ChargebackBreakdown chargeType(String chargeType)
@Nullable public String getChargeType()
public void setChargeType(String chargeType)
public ChargebackBreakdown cost(Double cost)
@Nullable public Double getCost()
public void setCost(Double cost)
public ChargebackBreakdown productName(String productName)
@Nullable public String getProductName()
public void setProductName(String productName)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.