Class: ChargeBee::Customer::Balance
- Defined in:
- lib/chargebee/models/customer.rb
Instance Attribute Summary collapse
-
#balance_currency_code ⇒ Object
Returns the value of attribute balance_currency_code.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#excess_payments ⇒ Object
Returns the value of attribute excess_payments.
-
#promotional_credits ⇒ Object
Returns the value of attribute promotional_credits.
-
#refundable_credits ⇒ Object
Returns the value of attribute refundable_credits.
-
#unbilled_charges ⇒ Object
Returns the value of attribute unbilled_charges.
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
#balance_currency_code ⇒ Object
Returns the value of attribute balance_currency_code.
21 22 23 |
# File 'lib/chargebee/models/customer.rb', line 21 def balance_currency_code @balance_currency_code end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
21 22 23 |
# File 'lib/chargebee/models/customer.rb', line 21 def currency_code @currency_code end |
#excess_payments ⇒ Object
Returns the value of attribute excess_payments.
21 22 23 |
# File 'lib/chargebee/models/customer.rb', line 21 def excess_payments @excess_payments end |
#promotional_credits ⇒ Object
Returns the value of attribute promotional_credits.
21 22 23 |
# File 'lib/chargebee/models/customer.rb', line 21 def promotional_credits @promotional_credits end |
#refundable_credits ⇒ Object
Returns the value of attribute refundable_credits.
21 22 23 |
# File 'lib/chargebee/models/customer.rb', line 21 def refundable_credits @refundable_credits end |
#unbilled_charges ⇒ Object
Returns the value of attribute unbilled_charges.
21 22 23 |
# File 'lib/chargebee/models/customer.rb', line 21 def unbilled_charges @unbilled_charges end |