Class: ChargeBee::Customer::Balance

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

Instance Attribute Summary collapse

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_codeObject

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_codeObject

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_paymentsObject

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_creditsObject

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_creditsObject

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_chargesObject

Returns the value of attribute unbilled_charges.



21
22
23
# File 'lib/chargebee/models/customer.rb', line 21

def unbilled_charges
  @unbilled_charges
end