class PayPal::SDK::Merchant::DataTypes::BMButtonSearchRequestType

The earliest transaction date at which to start the search. No wildcards are allowed. Required

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 3764
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