Class: ChargeBee::LedgerAccountBalance
- Defined in:
- lib/chargebee/models/ledger_account_balance.rb
Defined Under Namespace
Classes: OverdraftBalance, ProvisionedBalance
Instance Attribute Summary collapse
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#overdraft_balance ⇒ Object
Returns the value of attribute overdraft_balance.
-
#provisioned_balance ⇒ Object
Returns the value of attribute provisioned_balance.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
-
#unit_id ⇒ Object
Returns the value of attribute unit_id.
-
#unit_type ⇒ Object
Returns the value of attribute unit_type.
Class Method Summary collapse
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
#modified_at ⇒ Object
Returns the value of attribute modified_at.
12 13 14 |
# File 'lib/chargebee/models/ledger_account_balance.rb', line 12 def modified_at @modified_at end |
#overdraft_balance ⇒ Object
Returns the value of attribute overdraft_balance.
12 13 14 |
# File 'lib/chargebee/models/ledger_account_balance.rb', line 12 def overdraft_balance @overdraft_balance end |
#provisioned_balance ⇒ Object
Returns the value of attribute provisioned_balance.
12 13 14 |
# File 'lib/chargebee/models/ledger_account_balance.rb', line 12 def provisioned_balance @provisioned_balance end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
12 13 14 |
# File 'lib/chargebee/models/ledger_account_balance.rb', line 12 def subscription_id @subscription_id end |
#unit_id ⇒ Object
Returns the value of attribute unit_id.
12 13 14 |
# File 'lib/chargebee/models/ledger_account_balance.rb', line 12 def unit_id @unit_id end |
#unit_type ⇒ Object
Returns the value of attribute unit_type.
12 13 14 |
# File 'lib/chargebee/models/ledger_account_balance.rb', line 12 def unit_type @unit_type end |
Class Method Details
.list_ledger_account_balances(params, env = nil, headers = {}) ⇒ Object
OPERATIONS
17 18 19 20 21 22 |
# File 'lib/chargebee/models/ledger_account_balance.rb', line 17 def self.list_ledger_account_balances(params, env=nil, headers={}) jsonKeys = { } = {} Request.send('get', uri_path("ledger_account_balances"), params, env, headers,nil, false, jsonKeys, ) end |