Sha256: 09e3dafc32a531faa90b4f48a3b0845d5238dfecd369379139f8cd5f5e0347b8

Contents?: true

Size: 1.14 KB

Versions: 98

Compression:

Stored size: 1.14 KB

Contents

# This file is automatically created by Recurly's OpenAPI generation process
# and thus any edits you make by hand will be lost. If you wish to make a
# change to this file, please create a Github issue explaining the changes you
# need and we will usher them to the appropriate places.
module Recurly
  module Requests
    class PlanHostedPages < Request

      # @!attribute bypass_confirmation
      #   @return [Boolean] If `true`, the customer will be sent directly to your `success_url` after a successful signup, bypassing Recurly's hosted confirmation page.
      define_attribute :bypass_confirmation, :Boolean

      # @!attribute cancel_url
      #   @return [String] URL to redirect to on canceled signup on the hosted payment pages.
      define_attribute :cancel_url, String

      # @!attribute display_quantity
      #   @return [Boolean] Determines if the quantity field is displayed on the hosted pages for the plan.
      define_attribute :display_quantity, :Boolean

      # @!attribute success_url
      #   @return [String] URL to redirect to after signup on the hosted payment pages.
      define_attribute :success_url, String
    end
  end
end

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
recurly-4.23.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.22.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-3.22.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.21.1 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.21.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.20.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-3.21.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.19.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-3.20.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.18.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.17.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-3.19.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.15.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.14.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.13.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.12.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.11.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.10.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.9.0 lib/recurly/requests/plan_hosted_pages.rb
recurly-4.8.0 lib/recurly/requests/plan_hosted_pages.rb