Class: ChargeBee::LedgerAccountBalance

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

Defined Under Namespace

Classes: OverdraftBalance, ProvisionedBalance

Instance Attribute Summary collapse

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_atObject

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_balanceObject

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_balanceObject

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_idObject

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_idObject

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_typeObject

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.(params, env=nil, headers={})
  jsonKeys = { 
  }
  options = {}
  Request.send('get', uri_path("ledger_account_balances"), params, env, headers,nil, false, jsonKeys, options)
end