Class: Recurly::Requests::PlanHostedPages
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::PlanHostedPages
- Defined in:
- lib/recurly/requests/plan_hosted_pages.rb
Instance Attribute Summary collapse
-
#bypass_confirmation ⇒ Boolean
If `true`, the customer will be sent directly to your `success_url` after a successful signup, bypassing Recurly's hosted confirmation page.
-
#cancel_url ⇒ String
URL to redirect to on canceled signup on the hosted payment pages.
-
#display_quantity ⇒ Boolean
Determines if the quantity field is displayed on the hosted pages for the plan.
-
#success_url ⇒ String
URL to redirect to after signup on the hosted payment pages.
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
#bypass_confirmation ⇒ Boolean
Returns 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_url ⇒ String
Returns 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_quantity ⇒ Boolean
Returns 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_url ⇒ String
Returns 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 |