Class: ChargeBee::QuotedCharge

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

Defined Under Namespace

Classes: Addon, Charge, Coupon, CouponApplicabilityMapping, InvoiceItem, ItemTier

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_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

#addonsObject

Returns the value of attribute addons.



28
29
30
# File 'lib/chargebee/models/quoted_charge.rb', line 28

def addons
  @addons
end

#chargesObject

Returns the value of attribute charges.



28
29
30
# File 'lib/chargebee/models/quoted_charge.rb', line 28

def charges
  @charges
end

#coupon_applicability_mappingsObject

Returns the value of attribute coupon_applicability_mappings.



28
29
30
# File 'lib/chargebee/models/quoted_charge.rb', line 28

def coupon_applicability_mappings
  @coupon_applicability_mappings
end

#couponsObject

Returns the value of attribute coupons.



28
29
30
# File 'lib/chargebee/models/quoted_charge.rb', line 28

def coupons
  @coupons
end

#invoice_itemsObject

Returns the value of attribute invoice_items.



28
29
30
# File 'lib/chargebee/models/quoted_charge.rb', line 28

def invoice_items
  @invoice_items
end

#item_tiersObject

Returns the value of attribute item_tiers.



28
29
30
# File 'lib/chargebee/models/quoted_charge.rb', line 28

def item_tiers
  @item_tiers
end