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.



25
26
27
# File 'lib/datadog_api_client/v2/models/chargeback_breakdown.rb', line 25

def charge_type
  @charge_type
end

#costObject

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_nameObject

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