Class: PayPal::SDK::Merchant::DataTypes::BusinessOwnerInfoType

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

Overview

BusinessOwnerInfoType

Class Method Summary collapse

Class Method Details

.load_membersObject



2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2531

def self.load_members
  # Details about the business owner
  object_of :Owner, PayerInfoType, :namespace => :ebl
  # Business ownerâs home telephone number Character length and limitations: 32 alphanumeric characters
  object_of :HomePhone, String, :namespace => :ebl
  # Business ownerâs mobile telephone number Character length and limitations: 32 alphanumeric characters
  object_of :MobilePhone, String, :namespace => :ebl
  # Business ownerâs social security number Character length and limitations: 9 alphanumeric characters
  object_of :SSN, String, :namespace => :ebl
end