Class: PayPal::SDK::Merchant::DataTypes::RememberMeIDInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::RememberMeIDInfoType
- Defined in:
- lib/paypal-sdk/merchant/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
1114 1115 1116 1117 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1114 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 |