Class: Recurly::Resources::InvoiceTemplate
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::InvoiceTemplate
- Defined in:
- lib/recurly/resources/invoice_template.rb
Instance Attribute Summary collapse
-
#code ⇒ String
Invoice template code.
-
#created_at ⇒ DateTime
When the invoice template was created in Recurly.
-
#description ⇒ String
Invoice template description.
- #id ⇒ String
-
#name ⇒ String
Invoice template name.
-
#updated_at ⇒ DateTime
When the invoice template was updated in Recurly.
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
#code ⇒ String
Returns Invoice template code.
11 |
# File 'lib/recurly/resources/invoice_template.rb', line 11 define_attribute :code, String |
#created_at ⇒ DateTime
Returns When the invoice template was created in Recurly.
15 |
# File 'lib/recurly/resources/invoice_template.rb', line 15 define_attribute :created_at, DateTime |
#description ⇒ String
Returns Invoice template description.
19 |
# File 'lib/recurly/resources/invoice_template.rb', line 19 define_attribute :description, String |
#id ⇒ String
23 |
# File 'lib/recurly/resources/invoice_template.rb', line 23 define_attribute :id, String |
#name ⇒ String
Returns Invoice template name.
27 |
# File 'lib/recurly/resources/invoice_template.rb', line 27 define_attribute :name, String |
#updated_at ⇒ DateTime
Returns When the invoice template was updated in Recurly.
31 |
# File 'lib/recurly/resources/invoice_template.rb', line 31 define_attribute :updated_at, DateTime |