Class: PayPal::SDK::ButtonManagerRails::DataTypes::TransactionSearchResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::ButtonManagerRails::DataTypes::TransactionSearchResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Results of a Transaction Search.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3910 3911 3912 3913 |
# 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 |