Class: PayPal::SDK::ButtonManagerRails::DataTypes::RememberMeIDInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::RememberMeIDInfoType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
External remember-me ID returned by GetExpressCheckoutDetails on successful opt-in. The ExternalRememberMeID is a 17-character alphanumeric (encrypted) string that identifies the buyer’s remembered login with a merchant and has meaning only to the merchant. If present, requests that the web flow attempt bypass of login.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1097 1098 1099 1100 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1097 def self.load_members # External remember-me ID returned by GetExpressCheckoutDetails on successful opt-in. The ExternalRememberMeID is a 17-character alphanumeric (encrypted) string that identifies the buyer's remembered login with a merchant and has meaning only to the merchant. If present, requests that the web flow attempt bypass of login. object_of :ExternalRememberMeID, String, :namespace => :ebl end |