Class: PayPal::SDK::ButtonManagerRails::DataTypes::FlowControlDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::FlowControlDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
An optional set of values related to flow-specific details.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3081 3082 3083 3084 3085 3086 |
# 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 |