Class: PayPal::SDK::Merchant::DataTypes::ExternalRememberMeOptOutRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::Merchant::DataTypes::ExternalRememberMeOptOutRequestType
- 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_members ⇒ Object
5270 5271 5272 5273 5274 5275 |
# 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 |