Class: Recurly::Requests::PlanHostedPages

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/plan_hosted_pages.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

#bypass_confirmationBoolean

Returns If ‘true`, the customer will be sent directly to your `success_url` after a successful signup, bypassing Recurly’s hosted confirmation page.

Returns:

  • (Boolean)

    If ‘true`, the customer will be sent directly to your `success_url` after a successful signup, bypassing Recurly’s hosted confirmation page.



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

define_attribute :bypass_confirmation, :Boolean

#cancel_urlString

Returns URL to redirect to on canceled signup on the hosted payment pages.

Returns:

  • (String)

    URL to redirect to on canceled signup on the hosted payment pages.



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

define_attribute :cancel_url, String

#display_quantityBoolean

Returns Determines if the quantity field is displayed on the hosted pages for the plan.

Returns:

  • (Boolean)

    Determines if the quantity field is displayed on the hosted pages for the plan.



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

define_attribute :display_quantity, :Boolean

#success_urlString

Returns URL to redirect to after signup on the hosted payment pages.

Returns:

  • (String)

    URL to redirect to after signup on the hosted payment pages.



23
# File 'lib/recurly/requests/plan_hosted_pages.rb', line 23

define_attribute :success_url, String