Class: PayPal::SDK::AdaptivePayments::DataTypes::SenderIdentifier
- Inherits:
-
AccountIdentifier
- Object
- Core::API::DataTypes::Base
- DataType
- AccountIdentifier
- PayPal::SDK::AdaptivePayments::DataTypes::SenderIdentifier
- 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_members ⇒ Object
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 |