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



3854
3855
3856
3857
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3854

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