Class: Recurly::Resources::PlanHostedPages
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::PlanHostedPages
- Defined in:
- lib/recurly/resources/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::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
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/resources/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/resources/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/resources/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/resources/plan_hosted_pages.rb', line 23 define_attribute :success_url, String |