Class: PayPal::SDK::AdaptiveAccounts::DataTypes::BusinessStakeholderType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/adaptive_accounts/data_types.rb

Overview

Info about Stakeholders such as partner, beneficial, owner, director etc.

Class Method Summary collapse

Class Method Details

.load_membersObject



623
624
625
626
627
628
629
630
631
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 623

def self.load_members
  object_of :role, StakeholderRoleType, :required => true
  object_of :name, NameType
  object_of :fullLegalName, String
  object_of :address, AddressType
  object_of :dateOfBirth, Date
  # Occupation of the business stakeholder. Values such as: Accountant, Actuary, Advocate, Architect, Business Owner, Doctor, Dentist, Engineer, Financial Analyst, Lawyer, Librarian, Nurse, Pilot, Pharmacist, Physician, Physicial Therapist, Professor, Psychologist, Scientist, Teacher, Webmaster, Writer, Student, Other 
  object_of :occupation, String
end