Class: DatadogAPIClient::V2::ChargebackBreakdown

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/chargeback_breakdown.rb

Overview

Charges breakdown.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#charge_typeObject

The type of charge for a particular product.



29
30
31
# File 'lib/datadog_api_client/v2/models/chargeback_breakdown.rb', line 29

def charge_type
  @charge_type
end

#costObject

The cost for a particular product and charge type during a given month.



32
33
34
# File 'lib/datadog_api_client/v2/models/chargeback_breakdown.rb', line 32

def cost
  @cost
end

#product_nameObject

The product for which cost is being reported.



35
36
37
# File 'lib/datadog_api_client/v2/models/chargeback_breakdown.rb', line 35

def product_name
  @product_name
end