Class: PayPal::SDK::AdaptiveAccounts::DataTypes::SetFundingSourceConfirmedRequest

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/adaptive_accounts/data_types.rb

Overview

Identifying the PayPal account to which this request is targetted to. Caller of this API has to either provided an emailAddress or an accountId.

Class Method Summary collapse

Class Method Details

.load_membersObject



472
473
474
475
476
477
478
479
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 472

def self.load_members
  object_of :requestEnvelope, RequestEnvelope, :required => true
  # Identifying the PayPal account to which this request is targetted to. Caller of this API has to either provided an emailAddress or an accountId. 
  object_of :emailAddress, String
  # Identifying the PayPal account to which this request is targetted to. Caller of this API has to either provided an emailAddress or an accountId. 
  object_of :accountId, String
  object_of :fundingSourceKey, String, :required => true
end