Class: PayPal::SDK::Merchant::DataTypes::TransactionSearchResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

Results of a Transaction Search.

Class Method Summary collapse

Class Method Details

.load_membersObject



4018
4019
4020
4021
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4018

def self.load_members
  # Results of a Transaction Search.
  array_of :PaymentTransactions, PaymentTransactionSearchResultType, :namespace => :ebl
end