Class: ChargeBee::ItemPrice::AccountingDetail

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/item_price.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Instance Attribute Details

#accounting_category1Object

Returns the value of attribute accounting_category1.



13
14
15
# File 'lib/chargebee/models/item_price.rb', line 13

def accounting_category1
  @accounting_category1
end

#accounting_category2Object

Returns the value of attribute accounting_category2.



13
14
15
# File 'lib/chargebee/models/item_price.rb', line 13

def accounting_category2
  @accounting_category2
end

#accounting_category3Object

Returns the value of attribute accounting_category3.



13
14
15
# File 'lib/chargebee/models/item_price.rb', line 13

def accounting_category3
  @accounting_category3
end

#accounting_category4Object

Returns the value of attribute accounting_category4.



13
14
15
# File 'lib/chargebee/models/item_price.rb', line 13

def accounting_category4
  @accounting_category4
end

#accounting_codeObject

Returns the value of attribute accounting_code.



13
14
15
# File 'lib/chargebee/models/item_price.rb', line 13

def accounting_code
  @accounting_code
end

#skuObject

Returns the value of attribute sku.



13
14
15
# File 'lib/chargebee/models/item_price.rb', line 13

def sku
  @sku
end