Class: ChargeBee::Invoice::IssuedCreditNote

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/invoice.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

#cn_create_reason_codeObject

Returns the value of attribute cn_create_reason_code.



45
46
47
# File 'lib/chargebee/models/invoice.rb', line 45

def cn_create_reason_code
  @cn_create_reason_code
end

#cn_dateObject

Returns the value of attribute cn_date.



45
46
47
# File 'lib/chargebee/models/invoice.rb', line 45

def cn_date
  @cn_date
end

#cn_idObject

Returns the value of attribute cn_id.



45
46
47
# File 'lib/chargebee/models/invoice.rb', line 45

def cn_id
  @cn_id
end

#cn_reason_codeObject

Returns the value of attribute cn_reason_code.



45
46
47
# File 'lib/chargebee/models/invoice.rb', line 45

def cn_reason_code
  @cn_reason_code
end

#cn_statusObject

Returns the value of attribute cn_status.



45
46
47
# File 'lib/chargebee/models/invoice.rb', line 45

def cn_status
  @cn_status
end

#cn_totalObject

Returns the value of attribute cn_total.



45
46
47
# File 'lib/chargebee/models/invoice.rb', line 45

def cn_total
  @cn_total
end