Class: PayPal::SDK::AdaptivePayments::DataTypes::InitiatingEntity

Inherits:
DataType
  • Object
show all
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_membersObject



372
373
374
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 372

def self.load_members
  object_of :institutionCustomer, InstitutionCustomer
end