Class: PayPal::SDK::REST::DataTypes::Search

Inherits:
Base show all
Defined in:
lib/paypal-sdk/rest/data_types.rb

Constant Summary

Constants inherited from Core::API::DataTypes::Base

Core::API::DataTypes::Base::ContentKey, Core::API::DataTypes::Base::HashOptions

Instance Attribute Summary

Attributes inherited from Base

#error, #header, #request_id

Class Method Summary collapse

Methods inherited from Base

#http_header, #merge!, #raise_error!, raise_on_api_error, #success?

Methods inherited from Core::API::DataTypes::Base

add_attribute, add_member, array_of, #convert_array, #convert_object, define_alias_methods, #hash_key, #initialize, #member_names, members, #members, #merge!, object_of, #set, #skip_value?, snakecase, #to_hash, #value_to_hash

Methods included from Core::Logging

#log_event, #logger, logger, logger=

Constructor Details

This class inherits a constructor from PayPal::SDK::Core::API::DataTypes::Base

Class Method Details

.load_membersObject



2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
# File 'lib/paypal-sdk/rest/data_types.rb', line 2043

def self.load_members
  object_of :email, String
  object_of :recipient_first_name, String
  object_of :recipient_last_name, String
  object_of :recipient_business_name, String
  object_of :number, String
  object_of :status, String
  object_of :lower_total_amount, Currency
  object_of :upper_total_amount, Currency
  object_of :start_invoice_date, String
  object_of :end_invoice_date, String
  object_of :start_due_date, String
  object_of :end_due_date, String
  object_of :start_payment_date, String
  object_of :end_payment_date, String
  object_of :start_creation_date, String
  object_of :end_creation_date, String
  object_of :page, Number
  object_of :page_size, Number
  object_of :total_count_required, Boolean
end