Class: PayPal::SDK::AdaptivePayments::DataTypes::InitiatingEntity
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::InitiatingEntity
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
Details about the party that initiated this payment. The API user is making this payment on behalf of the initiator. The initiator can simply be an institution or a customer of the institution.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
372 373 374 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 372 def self.load_members object_of :institutionCustomer, InstitutionCustomer end |