Class: PayPal::SDK::ButtonManagerRails::DataTypes::BMButtonSearchRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManagerRails::DataTypes::BMButtonSearchRequestType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
The earliest transaction date at which to start the search. No wildcards are allowed. Required
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3656 3657 3658 3659 3660 3661 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3656 def self.load_members # The earliest transaction date at which to start the search. No wildcards are allowed. Required object_of :StartDate, String, :namespace => :ns # The latest transaction date to be included in the search Optional object_of :EndDate, String, :namespace => :ns end |