Class: PayPal::Invoice::SearchParameters
- Defined in:
- lib/paypal/invoice/search_parameters.rb
Instance Attribute Summary collapse
-
#business_name ⇒ Object
Returns the value of attribute business_name.
-
#creation_date ⇒ Object
Returns the value of attribute creation_date.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#email ⇒ Object
Returns the value of attribute email.
-
#invoice_date ⇒ Object
Returns the value of attribute invoice_date.
-
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
-
#lower_amount ⇒ Object
Returns the value of attribute lower_amount.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#payment_date ⇒ Object
Returns the value of attribute payment_date.
-
#recipient_name ⇒ Object
Returns the value of attribute recipient_name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#upper_amount ⇒ Object
Returns the value of attribute upper_amount.
Attributes inherited from Base
Method Summary
Methods inherited from Base
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_name ⇒ Object
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_date ⇒ Object
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_code ⇒ Object
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_date ⇒ Object
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 |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/paypal/invoice/search_parameters.rb', line 4 def email @email end |
#invoice_date ⇒ Object
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_number ⇒ Object
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_amount ⇒ Object
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 |
#memo ⇒ Object
Returns the value of attribute memo.
12 13 14 |
# File 'lib/paypal/invoice/search_parameters.rb', line 12 def memo @memo end |
#origin ⇒ Object
Returns the value of attribute origin.
13 14 15 |
# File 'lib/paypal/invoice/search_parameters.rb', line 13 def origin @origin end |
#payment_date ⇒ Object
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_name ⇒ Object
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 |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/paypal/invoice/search_parameters.rb', line 8 def status @status end |
#upper_amount ⇒ Object
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 |