Class: Recurly::Requests::ExternalProductReferenceCreate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::ExternalProductReferenceCreate
- Defined in:
- lib/recurly/requests/external_product_reference_create.rb
Instance Attribute Summary collapse
- #external_connection_type ⇒ String
-
#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 ⇒ String
11 |
# File 'lib/recurly/requests/external_product_reference_create.rb', line 11 define_attribute :external_connection_type, 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.
15 |
# File 'lib/recurly/requests/external_product_reference_create.rb', line 15 define_attribute :reference_code, String |