class PayPal::SDK::ButtonManagerRails::DataTypes::TransactionSearchResponseType

Results of a Transaction Search.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3910
def self.load_members
  # Results of a Transaction Search.
  array_of :PaymentTransactions, PaymentTransactionSearchResultType, :namespace => :ebl
end