Class: Recurly::Requests::GeneralLedgerAccountCreate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::GeneralLedgerAccountCreate
- Defined in:
- lib/recurly/requests/general_ledger_account_create.rb
Instance Attribute Summary collapse
- #account_type ⇒ String
-
#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
#account_type ⇒ String
11 |
# File 'lib/recurly/requests/general_ledger_account_create.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/requests/general_ledger_account_create.rb', line 15 define_attribute :code, String |
#description ⇒ String
Returns Optional description.
19 |
# File 'lib/recurly/requests/general_ledger_account_create.rb', line 19 define_attribute :description, String |