Class: PayPal::SDK::AdaptivePayments::DataTypes::SenderIdentifier

Inherits:
AccountIdentifier show all
Defined in:
lib/paypal-sdk/adaptive_payments/data_types.rb

Overview

The sender identifier type contains information to identify a PayPal account.

Class Method Summary collapse

Class Method Details

.load_membersObject



568
569
570
571
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 568

def self.load_members
  object_of :useCredentials, Boolean
  object_of :taxIdDetails, TaxIdDetails
end