Class: Recurly::Resources::GeneralLedgerAccount
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::GeneralLedgerAccount
- Defined in:
- lib/recurly/resources/general_ledger_account.rb
Instance Attribute Summary collapse
- #account_type ⇒ String
-
#code ⇒ String
Unique code to identify the ledger account.
-
#created_at ⇒ DateTime
Created at.
-
#description ⇒ String
Optional description.
-
#id ⇒ String
The ID of a general ledger account.
-
#object ⇒ String
Object type.
-
#updated_at ⇒ DateTime
Last updated at.
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_type ⇒ String
11 |
# File 'lib/recurly/resources/general_ledger_account.rb', line 11 define_attribute :account_type, String |
#code ⇒ String
Returns Unique code to identify the ledger account. Each code must start with a letter or number. The following special characters are allowed: `-_.,:`.
15 |
# File 'lib/recurly/resources/general_ledger_account.rb', line 15 define_attribute :code, String |
#created_at ⇒ DateTime
Returns Created at.
19 |
# File 'lib/recurly/resources/general_ledger_account.rb', line 19 define_attribute :created_at, DateTime |
#description ⇒ String
Returns Optional description.
23 |
# File 'lib/recurly/resources/general_ledger_account.rb', line 23 define_attribute :description, String |
#id ⇒ String
Returns The ID of a general ledger account. General ledger accounts are only accessible as a part of the Recurly RevRec Standard and Recurly RevRec Advanced features.
27 |
# File 'lib/recurly/resources/general_ledger_account.rb', line 27 define_attribute :id, String |
#object ⇒ String
Returns Object type.
31 |
# File 'lib/recurly/resources/general_ledger_account.rb', line 31 define_attribute :object, String |
#updated_at ⇒ DateTime
Returns Last updated at.
35 |
# File 'lib/recurly/resources/general_ledger_account.rb', line 35 define_attribute :updated_at, DateTime |