Class: Recurly::Resources::AccountBalance
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::AccountBalance
- Defined in:
- lib/recurly/resources/account_balance.rb
Instance Attribute Summary collapse
-
#account ⇒ AccountMini
Account mini details.
- #balances ⇒ Array[AccountBalanceAmount]
-
#object ⇒ String
Object type.
- #past_due ⇒ Boolean
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#account ⇒ AccountMini
Returns Account mini details.
11 |
# File 'lib/recurly/resources/account_balance.rb', line 11 define_attribute :account, :AccountMini |
#balances ⇒ Array[AccountBalanceAmount]
15 |
# File 'lib/recurly/resources/account_balance.rb', line 15 define_attribute :balances, Array, { :item_type => :AccountBalanceAmount } |
#object ⇒ String
Returns Object type.
19 |
# File 'lib/recurly/resources/account_balance.rb', line 19 define_attribute :object, String |
#past_due ⇒ Boolean
23 |
# File 'lib/recurly/resources/account_balance.rb', line 23 define_attribute :past_due, :Boolean |