Class: PayPal::AdaptivePayments::InstitutionCustomer

Inherits:
Object
  • Object
show all
Includes:
Common::Base
Defined in:
lib/paypal/adaptive_payments/institution_customer.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Common::Base

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

Instance Attribute Details

#county_codeObject

Returns the value of attribute county_code.



10
11
12
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 10

def county_code
  @county_code
end

#display_nameObject

Returns the value of attribute display_name.



8
9
10
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 8

def display_name
  @display_name
end

#emailObject

Returns the value of attribute email.



11
12
13
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 11

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



6
7
8
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 6

def first_name
  @first_name
end

#institution_customer_idObject

Returns the value of attribute institution_customer_id.



9
10
11
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 9

def institution_customer_id
  @institution_customer_id
end

#institution_idObject

Returns the value of attribute institution_id.



5
6
7
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 5

def institution_id
  @institution_id
end

#last_nameObject

Returns the value of attribute last_name.



7
8
9
# File 'lib/paypal/adaptive_payments/institution_customer.rb', line 7

def last_name
  @last_name
end