Class: Recurly::Requests::GeneralLedgerAccountUpdate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::GeneralLedgerAccountUpdate
- Defined in:
- lib/recurly/requests/general_ledger_account_update.rb
Instance Attribute Summary collapse
-
#code ⇒ String
Unique code to identify the ledger account.
-
#description ⇒ String
Optional description.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#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: `-_.,:`.
11 |
# File 'lib/recurly/requests/general_ledger_account_update.rb', line 11 define_attribute :code, String |
#description ⇒ String
Returns Optional description.
15 |
# File 'lib/recurly/requests/general_ledger_account_update.rb', line 15 define_attribute :description, String |