Class: PayPal::SDK::Merchant::DataTypes::ExternalRememberMeOptInDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::ExternalRememberMeOptInDetailsType
- Defined in:
- lib/paypal-sdk/merchant/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
3143 3144 3145 3146 3147 3148 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3143 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 |