Class: ChargeBee::Invoice::AppliedCredit
- Defined in:
- lib/chargebee/models/invoice.rb
Instance Attribute Summary collapse
-
#applied_amount ⇒ Object
Returns the value of attribute applied_amount.
-
#applied_at ⇒ Object
Returns the value of attribute applied_at.
-
#cn_create_reason_code ⇒ Object
Returns the value of attribute cn_create_reason_code.
-
#cn_date ⇒ Object
Returns the value of attribute cn_date.
-
#cn_id ⇒ Object
Returns the value of attribute cn_id.
-
#cn_reason_code ⇒ Object
Returns the value of attribute cn_reason_code.
-
#cn_status ⇒ Object
Returns the value of attribute cn_status.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#applied_amount ⇒ Object
Returns the value of attribute applied_amount.
37 38 39 |
# File 'lib/chargebee/models/invoice.rb', line 37 def applied_amount @applied_amount end |
#applied_at ⇒ Object
Returns the value of attribute applied_at.
37 38 39 |
# File 'lib/chargebee/models/invoice.rb', line 37 def applied_at @applied_at end |
#cn_create_reason_code ⇒ Object
Returns the value of attribute cn_create_reason_code.
37 38 39 |
# File 'lib/chargebee/models/invoice.rb', line 37 def cn_create_reason_code @cn_create_reason_code end |
#cn_date ⇒ Object
Returns the value of attribute cn_date.
37 38 39 |
# File 'lib/chargebee/models/invoice.rb', line 37 def cn_date @cn_date end |
#cn_id ⇒ Object
Returns the value of attribute cn_id.
37 38 39 |
# File 'lib/chargebee/models/invoice.rb', line 37 def cn_id @cn_id end |
#cn_reason_code ⇒ Object
Returns the value of attribute cn_reason_code.
37 38 39 |
# File 'lib/chargebee/models/invoice.rb', line 37 def cn_reason_code @cn_reason_code end |
#cn_status ⇒ Object
Returns the value of attribute cn_status.
37 38 39 |
# File 'lib/chargebee/models/invoice.rb', line 37 def cn_status @cn_status end |