Class: PayPal::SDK::ButtonManagerRails::DataTypes::ExternalRememberMeOptOutRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManagerRails::DataTypes::ExternalRememberMeOptOutRequestType
- Defined in:
- lib/paypal-sdk/button_manager_rails/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
5158 5159 5160 5161 5162 5163 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 5158 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 |