Class: Recurly::Resources::InvoiceMini
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::InvoiceMini
- Defined in:
- lib/recurly/resources/invoice_mini.rb
Instance Attribute Summary collapse
-
#business_entity_id ⇒ String
Unique ID to identify the business entity assigned to the invoice.
-
#id ⇒ String
Invoice ID.
-
#number ⇒ String
Invoice number.
-
#object ⇒ String
Object type.
-
#state ⇒ String
Invoice state.
-
#type ⇒ String
Invoice type.
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
#business_entity_id ⇒ String
Returns Unique ID to identify the business entity assigned to the invoice. Available when the `Multiple Business Entities` feature is enabled.
11 |
# File 'lib/recurly/resources/invoice_mini.rb', line 11 define_attribute :business_entity_id, String |
#id ⇒ String
Returns Invoice ID.
15 |
# File 'lib/recurly/resources/invoice_mini.rb', line 15 define_attribute :id, String |
#number ⇒ String
Returns Invoice number.
19 |
# File 'lib/recurly/resources/invoice_mini.rb', line 19 define_attribute :number, String |
#object ⇒ String
Returns Object type.
23 |
# File 'lib/recurly/resources/invoice_mini.rb', line 23 define_attribute :object, String |
#state ⇒ String
Returns Invoice state.
27 |
# File 'lib/recurly/resources/invoice_mini.rb', line 27 define_attribute :state, String |
#type ⇒ String
Returns Invoice type.
31 |
# File 'lib/recurly/resources/invoice_mini.rb', line 31 define_attribute :type, String |