Class: PayPal::SDK::Merchant::DataTypes::ExternalRememberMeOptOutRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



5263
5264
5265
5266
5267
5268
# File 'lib/paypal-sdk/merchant/data_types.rb', line 5263

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