Class: Recurly::Requests::ExternalProductCreate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::ExternalProductCreate
- Defined in:
- lib/recurly/requests/external_product_create.rb
Instance Attribute Summary collapse
-
#external_product_references ⇒ Array[ExternalProductReferenceBase]
List of external product references of the external product.
-
#name ⇒ String
External product name.
-
#plan_id ⇒ String
Recurly plan UUID.
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_product_references ⇒ Array[ExternalProductReferenceBase]
Returns List of external product references of the external product.
11 |
# File 'lib/recurly/requests/external_product_create.rb', line 11 define_attribute :external_product_references, Array, { :item_type => :ExternalProductReferenceBase } |
#name ⇒ String
Returns External product name.
15 |
# File 'lib/recurly/requests/external_product_create.rb', line 15 define_attribute :name, String |
#plan_id ⇒ String
Returns Recurly plan UUID.
19 |
# File 'lib/recurly/requests/external_product_create.rb', line 19 define_attribute :plan_id, String |