Class: Recurly::Resources::ExternalProductReferenceMini

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/external_product_reference_mini.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Resource

#attributes

Method Summary

Methods inherited from Recurly::Resource

#==, #get_response, #inspect, #requires_client?, #to_json, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#created_atDateTime

Returns When the external product was created in Recurly.

Returns:

  • (DateTime)

    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_typeString

Returns Source connection platform.

Returns:

  • (String)

    Source connection platform.



15
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 15

define_attribute :external_connection_type, String

#idString

Returns System-generated unique identifier for an external product ID, e.g. `e28zov4fw0v2`.

Returns:

  • (String)

    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

#objectString

Returns object.

Returns:

  • (String)

    object



23
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 23

define_attribute :object, String

#reference_codeString

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.

Returns:

  • (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.



27
# File 'lib/recurly/resources/external_product_reference_mini.rb', line 27

define_attribute :reference_code, String

#updated_atDateTime

Returns When the external product was updated in Recurly.

Returns:

  • (DateTime)

    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