class PayPal::SDK::ButtonManagerRails::DataTypes::RememberMeIDInfoType
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.
Public Class Methods
load_members()
click to toggle source
# 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