Class: Recurly::Requests::ExternalProductCreate

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/external_product_create.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_product_referencesArray[ExternalProductReferenceBase]

Returns List of external product references of the external product.

Returns:



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

define_attribute :external_product_references, Array, { :item_type => :ExternalProductReferenceBase }

#nameString

Returns External product name.

Returns:

  • (String)

    External product name.



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

define_attribute :name, String

#plan_idString

Returns Recurly plan UUID.

Returns:

  • (String)

    Recurly plan UUID.



19
# File 'lib/recurly/requests/external_product_create.rb', line 19

define_attribute :plan_id, String