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