Class: PayPal::Invoice::InvoiceSummary

Inherits:
Base
  • Object
show all
Defined in:
lib/paypal/invoice/invoice_summary.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

#billing_business_nameObject

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_nameObject

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_nameObject

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_codeObject

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_dateObject

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_dateObject

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_idObject

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_emailObject

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

#numberObject

Returns the value of attribute number.



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

def number
  @number
end

#originObject

Returns the value of attribute origin.



19
20
21
# File 'lib/paypal/invoice/invoice_summary.rb', line 19

def origin
  @origin
end

#payer_emailObject

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_nameObject

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_nameObject

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_nameObject

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

#statusObject

Returns the value of attribute status.



18
19
20
# File 'lib/paypal/invoice/invoice_summary.rb', line 18

def status
  @status
end

#total_amountObject

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