Class: DatadogAPIClient::V2::ChargebackBreakdown
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ChargebackBreakdown
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/chargeback_breakdown.rb
Overview
Charges breakdown.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#charge_type ⇒ Object
The type of charge for a particular product.
-
#cost ⇒ Object
The cost for a particular product and charge type during a given month.
-
#product_name ⇒ Object
The product for which cost is being reported.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/chargeback_breakdown.rb', line 33 def additional_properties @additional_properties end |
#charge_type ⇒ Object
The type of charge for a particular product.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/chargeback_breakdown.rb', line 25 def charge_type @charge_type end |
#cost ⇒ Object
The cost for a particular product and charge type during a given month.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/chargeback_breakdown.rb', line 28 def cost @cost end |
#product_name ⇒ Object
The product for which cost is being reported.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/chargeback_breakdown.rb', line 31 def product_name @product_name end |