Class: PayPal::Invoice::InvoiceSummary
- Defined in:
- lib/paypal/invoice/invoice_summary.rb
Instance Attribute Summary collapse
-
#billing_business_name ⇒ Object
Returns the value of attribute billing_business_name.
-
#billing_first_name ⇒ Object
Returns the value of attribute billing_first_name.
-
#billing_last_name ⇒ Object
Returns the value of attribute billing_last_name.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#due_date ⇒ Object
Returns the value of attribute due_date.
-
#invoice_date ⇒ Object
Returns the value of attribute invoice_date.
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#merchant_email ⇒ Object
Returns the value of attribute merchant_email.
-
#number ⇒ Object
Returns the value of attribute number.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#payer_email ⇒ Object
Returns the value of attribute payer_email.
-
#shipping_business_name ⇒ Object
Returns the value of attribute shipping_business_name.
-
#shipping_first_name ⇒ Object
Returns the value of attribute shipping_first_name.
-
#shipping_last_name ⇒ Object
Returns the value of attribute shipping_last_name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#total_amount ⇒ Object
Returns the value of attribute total_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
#billing_business_name ⇒ Object
Returns the value of attribute billing_business_name.
9 10 11 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 9 def billing_business_name @billing_business_name end |
#billing_first_name ⇒ Object
Returns the value of attribute billing_first_name.
10 11 12 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 10 def billing_first_name @billing_first_name end |
#billing_last_name ⇒ Object
Returns the value of attribute billing_last_name.
11 12 13 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 11 def billing_last_name @billing_last_name end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
8 9 10 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 8 def currency_code @currency_code end |
#due_date ⇒ Object
Returns the value of attribute due_date.
17 18 19 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 17 def due_date @due_date end |
#invoice_date ⇒ Object
Returns the value of attribute invoice_date.
16 17 18 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 16 def invoice_date @invoice_date end |
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
4 5 6 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 4 def invoice_id @invoice_id end |
#merchant_email ⇒ Object
Returns the value of attribute merchant_email.
5 6 7 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 5 def merchant_email @merchant_email end |
#number ⇒ Object
Returns the value of attribute number.
7 8 9 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 7 def number @number end |
#origin ⇒ Object
Returns the value of attribute origin.
19 20 21 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 19 def origin @origin end |
#payer_email ⇒ Object
Returns the value of attribute payer_email.
6 7 8 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 6 def payer_email @payer_email end |
#shipping_business_name ⇒ Object
Returns the value of attribute shipping_business_name.
12 13 14 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 12 def shipping_business_name @shipping_business_name end |
#shipping_first_name ⇒ Object
Returns the value of attribute shipping_first_name.
13 14 15 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 13 def shipping_first_name @shipping_first_name end |
#shipping_last_name ⇒ Object
Returns the value of attribute shipping_last_name.
14 15 16 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 14 def shipping_last_name @shipping_last_name end |
#status ⇒ Object
Returns the value of attribute status.
18 19 20 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 18 def status @status end |
#total_amount ⇒ Object
Returns the value of attribute total_amount.
15 16 17 |
# File 'lib/paypal/invoice/invoice_summary.rb', line 15 def total_amount @total_amount end |