Class: PayPal::SDK::Merchant::DataTypes::FlowControlDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::FlowControlDetailsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
An optional set of values related to flow-specific details.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3155 3156 3157 3158 3159 3160 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3155 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 |