class PayPal::SDK::AdaptivePayments::DataTypes::InitiatingEntity

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.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 372
def self.load_members
  object_of :institutionCustomer, InstitutionCustomer
end