class PayPal::SDK::AdaptivePayments::DataTypes::SenderIdentifier

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

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 568
def self.load_members
  object_of :useCredentials, Boolean
  object_of :taxIdDetails, TaxIdDetails
end