class PayPal::SDK::ButtonManagerRails::DataTypes::FlowControlDetailsType

An optional set of values related to flow-specific details.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3081
def self.load_members
  # The URL to redirect to for an unpayable transaction. This field is currently used only for the inline checkout flow.
  object_of :ErrorURL, String, :namespace => :ebl
  # The URL to redirect to after a user clicks the "Pay" or "Continue" button on the merchant's site. This field is currently used only for the inline checkout flow.
  object_of :InContextReturnURL, String, :namespace => :ebl
end