Class: PayPal::SDK::REST::DataTypes::InvoicingSearch

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



1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
# File 'lib/paypal-sdk/rest/data_types.rb', line 1939

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
  object_of :archived, Boolean
end