Class: ChargeBee::Order::OrderLineItem
- 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_paid ⇒ Object
Returns the value of attribute amount_paid.
-
#description ⇒ Object
Returns the value of attribute description.
-
#discount_amount ⇒ Object
Returns the value of attribute discount_amount.
-
#entity_id ⇒ Object
Returns the value of attribute entity_id.
-
#entity_type ⇒ Object
Returns the value of attribute entity_type.
-
#fulfillment_amount ⇒ Object
Returns the value of attribute fulfillment_amount.
-
#fulfillment_quantity ⇒ Object
Returns the value of attribute fulfillment_quantity.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#invoice_line_item_id ⇒ Object
Returns the value of attribute invoice_line_item_id.
-
#is_shippable ⇒ Object
Returns the value of attribute is_shippable.
-
#item_level_discount_amount ⇒ Object
Returns the value of attribute item_level_discount_amount.
-
#refundable_credits ⇒ Object
Returns the value of attribute refundable_credits.
-
#refundable_credits_issued ⇒ Object
Returns the value of attribute refundable_credits_issued.
-
#sku ⇒ Object
Returns the value of attribute sku.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
-
#unit_price ⇒ Object
Returns the value of attribute unit_price.
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
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def amount @amount end |
#amount_adjusted ⇒ Object
Returns the value of attribute amount_adjusted.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def amount_adjusted @amount_adjusted end |
#amount_paid ⇒ Object
Returns the value of attribute amount_paid.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def amount_paid @amount_paid end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def description @description end |
#discount_amount ⇒ Object
Returns the value of attribute discount_amount.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def discount_amount @discount_amount end |
#entity_id ⇒ Object
Returns the value of attribute entity_id.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def entity_id @entity_id end |
#entity_type ⇒ Object
Returns the value of attribute entity_type.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def entity_type @entity_type end |
#fulfillment_amount ⇒ Object
Returns the value of attribute fulfillment_amount.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def fulfillment_amount @fulfillment_amount end |
#fulfillment_quantity ⇒ Object
Returns the value of attribute fulfillment_quantity.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def fulfillment_quantity @fulfillment_quantity end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def id @id end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def invoice_id @invoice_id end |
#invoice_line_item_id ⇒ Object
Returns the value of attribute invoice_line_item_id.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def invoice_line_item_id @invoice_line_item_id end |
#is_shippable ⇒ Object
Returns the value of attribute is_shippable.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def is_shippable @is_shippable end |
#item_level_discount_amount ⇒ Object
Returns the value of attribute item_level_discount_amount.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def item_level_discount_amount @item_level_discount_amount end |
#refundable_credits ⇒ Object
Returns the value of attribute refundable_credits.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def refundable_credits @refundable_credits end |
#refundable_credits_issued ⇒ Object
Returns the value of attribute refundable_credits_issued.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def refundable_credits_issued @refundable_credits_issued end |
#sku ⇒ Object
Returns the value of attribute sku.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def sku @sku end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def status @status end |
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def tax_amount @tax_amount end |
#unit_price ⇒ Object
Returns the value of attribute unit_price.
5 6 7 |
# File 'lib/chargebee/models/order.rb', line 5 def unit_price @unit_price end |