Class: Recurly::Resources::ExternalProductReferenceMini
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::ExternalProductReferenceMini
- Defined in:
- lib/recurly/resources/external_product_reference_mini.rb
Instance Attribute Summary collapse
-
#created_at ⇒ DateTime
When the external product was created in Recurly.
-
#external_connection_type ⇒ String
Source connection platform.
-
#id ⇒ String
System-generated unique identifier for an external product ID, e.g.
-
#object ⇒ String
Object.
-
#reference_code ⇒ String
A code which associates the external product to a corresponding object or resource in an external platform like the Apple App Store or Google Play Store.
-
#updated_at ⇒ DateTime
When the external product 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
#created_at ⇒ DateTime
Returns When the external product was created in Recurly.
11 |
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 11 define_attribute :created_at, DateTime |
#external_connection_type ⇒ String
Returns Source connection platform.
15 |
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 15 define_attribute :external_connection_type, String |
#id ⇒ String
Returns System-generated unique identifier for an external product ID, e.g. `e28zov4fw0v2`.
19 |
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 19 define_attribute :id, String |
#object ⇒ String
Returns object.
23 |
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 23 define_attribute :object, String |
#reference_code ⇒ String
Returns A code which associates the external product to a corresponding object or resource in an external platform like the Apple App Store or Google Play Store.
27 |
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 27 define_attribute :reference_code, String |
#updated_at ⇒ DateTime
Returns When the external product was updated in Recurly.
31 |
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 31 define_attribute :updated_at, DateTime |