Class: PayPal::SDK::ButtonManager::DataTypes::ExternalRememberMeOptInDetailsType

Inherits:
DataType
  • Object
show all
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_membersObject



3069
3070
3071
3072
3073
3074
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3069

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