Class: PayPal::SDK::ButtonManager::DataTypes::ExternalRememberMeOptOutRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManager::DataTypes::ExternalRememberMeOptOutRequestType
- Defined in:
- lib/paypal-sdk/button_manager/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
5038 5039 5040 5041 5042 5043 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 5038 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 |