Class: PayPal::SDK::ButtonManager::DataTypes::TransactionSearchResponseType

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

Overview

Results of a Transaction Search.

Class Method Summary collapse

Class Method Details

.load_membersObject



3910
3911
3912
3913
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3910

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