Class: PayPal::Invoice::SearchParameters

Inherits:
Base
  • Object
show all
Defined in:
lib/paypal/invoice/search_parameters.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#request_envelope

Method Summary

Methods inherited from Base

#request

Methods included from Common::Base

#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore

Instance Attribute Details

#business_nameObject

Returns the value of attribute business_name.



6
7
8
# File 'lib/paypal/invoice/search_parameters.rb', line 6

def business_name
  @business_name
end

#creation_dateObject

Returns the value of attribute creation_date.



17
18
19
# File 'lib/paypal/invoice/search_parameters.rb', line 17

def creation_date
  @creation_date
end

#currency_codeObject

Returns the value of attribute currency_code.



11
12
13
# File 'lib/paypal/invoice/search_parameters.rb', line 11

def currency_code
  @currency_code
end

#due_dateObject

Returns the value of attribute due_date.



15
16
17
# File 'lib/paypal/invoice/search_parameters.rb', line 15

def due_date
  @due_date
end

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/paypal/invoice/search_parameters.rb', line 4

def email
  @email
end

#invoice_dateObject

Returns the value of attribute invoice_date.



14
15
16
# File 'lib/paypal/invoice/search_parameters.rb', line 14

def invoice_date
  @invoice_date
end

#invoice_numberObject

Returns the value of attribute invoice_number.



7
8
9
# File 'lib/paypal/invoice/search_parameters.rb', line 7

def invoice_number
  @invoice_number
end

#lower_amountObject

Returns the value of attribute lower_amount.



9
10
11
# File 'lib/paypal/invoice/search_parameters.rb', line 9

def lower_amount
  @lower_amount
end

#memoObject

Returns the value of attribute memo.



12
13
14
# File 'lib/paypal/invoice/search_parameters.rb', line 12

def memo
  @memo
end

#originObject

Returns the value of attribute origin.



13
14
15
# File 'lib/paypal/invoice/search_parameters.rb', line 13

def origin
  @origin
end

#payment_dateObject

Returns the value of attribute payment_date.



16
17
18
# File 'lib/paypal/invoice/search_parameters.rb', line 16

def payment_date
  @payment_date
end

#recipient_nameObject

Returns the value of attribute recipient_name.



5
6
7
# File 'lib/paypal/invoice/search_parameters.rb', line 5

def recipient_name
  @recipient_name
end

#statusObject

Returns the value of attribute status.



8
9
10
# File 'lib/paypal/invoice/search_parameters.rb', line 8

def status
  @status
end

#upper_amountObject

Returns the value of attribute upper_amount.



10
11
12
# File 'lib/paypal/invoice/search_parameters.rb', line 10

def upper_amount
  @upper_amount
end