Class: PayPal::SDK::ButtonManager::DataTypes::BMButtonSearchRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/button_manager/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_membersObject



3600
3601
3602
3603
3604
3605
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3600

def self.load_members
  # The earliest transaction date at which to start the search. No wildcards are allowed. Required 
  object_of :StartDate, DateTime, :namespace => :ns
  # The latest transaction date to be included in the search Optional 
  object_of :EndDate, DateTime, :namespace => :ns
end