class PayPal::SDK::Merchant::DataTypes::ExternalRememberMeOptOutRequestType
The merchant passes in the ExternalRememberMeID to identify the user to opt out. This is a 17-character alphanumeric (encrypted) string that identifies the buyer's remembered login with a merchant and has meaning only to the merchant. Required
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 5270 def self.load_members # The merchant passes in the ExternalRememberMeID to identify the user to opt out. This is a 17-character alphanumeric (encrypted) string that identifies the buyer's remembered login with a merchant and has meaning only to the merchant. Required object_of :ExternalRememberMeID, String, :namespace => :ns, :required => true # E-mail address or secure merchant account ID of merchant to associate with external remember-me. object_of :ExternalRememberMeOwnerDetails, ExternalRememberMeOwnerDetailsType, :namespace => :ns end