Class: Recurly::Requests::ExternalProductReferenceBase
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::ExternalProductReferenceBase
- Defined in:
- lib/recurly/requests/external_product_reference_base.rb
Instance Attribute Summary collapse
-
#external_connection_type ⇒ ExternalProductReferenceConnectionType
Represents the connection type.
-
#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.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#external_connection_type ⇒ ExternalProductReferenceConnectionType
Returns Represents the connection type. One of the connection types of your enabled App Connectors.
11 |
# File 'lib/recurly/requests/external_product_reference_base.rb', line 11 define_attribute :external_connection_type, :ExternalProductReferenceConnectionType |
#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.
15 |
# File 'lib/recurly/requests/external_product_reference_base.rb', line 15 define_attribute :reference_code, String |