Class: Recurly::Requests::AccountNoteCreate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::AccountNoteCreate
- Defined in:
- lib/recurly/requests/account_note_create.rb
Instance Attribute Summary collapse
-
#message ⇒ String
The content of the account note.
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
#message ⇒ String
Returns The content of the account note.
11 |
# File 'lib/recurly/requests/account_note_create.rb', line 11 define_attribute :message, String |