Class: PayPal::SDK::ButtonManager::DataTypes::ExternalRememberMeOptInDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::ExternalRememberMeOptInDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
This element contains information that allows the merchant to request to opt into external remember me on behalf of the buyer or to request login bypass using external remember me.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3034 3035 3036 3037 3038 3039 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3034 def self.load_members # 1 = opt in to external remember me. 0 or omitted = no opt-in Other values are invalid object_of :ExternalRememberMeOptIn, String, :namespace => :ebl # E-mail address or secure merchant account ID of merchant to associate with new external remember-me. Currently, the owner must be either the API actor or omitted/none. In the future, we may allow the owner to be a 3rd party merchant account. object_of :ExternalRememberMeOwnerDetails, ExternalRememberMeOwnerDetailsType, :namespace => :ebl end |