Class: Recurly::Requests::ExternalProductReferenceBase

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/external_product_reference_base.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Request

#attributes

Method Summary

Methods inherited from Recurly::Request

#==, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::RequestCaster

#cast_request

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#external_connection_typeString

Returns:

  • (String)


11
# File 'lib/recurly/requests/external_product_reference_base.rb', line 11

define_attribute :external_connection_type, 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.



15
# File 'lib/recurly/requests/external_product_reference_base.rb', line 15

define_attribute :reference_code, String