Class: ChargeBee::Order::LinkedCreditNote
- Defined in:
- lib/chargebee/models/order.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_adjusted ⇒ Object
Returns the value of attribute amount_adjusted.
-
#amount_refunded ⇒ Object
Returns the value of attribute amount_refunded.
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
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
#amount ⇒ Object
Returns the value of attribute amount.
25 26 27 |
# File 'lib/chargebee/models/order.rb', line 25 def amount @amount end |
#amount_adjusted ⇒ Object
Returns the value of attribute amount_adjusted.
25 26 27 |
# File 'lib/chargebee/models/order.rb', line 25 def amount_adjusted @amount_adjusted end |
#amount_refunded ⇒ Object
Returns the value of attribute amount_refunded.
25 26 27 |
# File 'lib/chargebee/models/order.rb', line 25 def amount_refunded @amount_refunded end |
#id ⇒ Object
Returns the value of attribute id.
25 26 27 |
# File 'lib/chargebee/models/order.rb', line 25 def id @id end |
#status ⇒ Object
Returns the value of attribute status.
25 26 27 |
# File 'lib/chargebee/models/order.rb', line 25 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
25 26 27 |
# File 'lib/chargebee/models/order.rb', line 25 def type @type end |