class PayPal::SDK::Merchant::DataTypes::BusinessOwnerInfoType
Public Class Methods
load_members()
click to toggle source
# 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