class PayPal::SDK::ButtonManagerRails::DataTypes::BusinessOwnerInfoType

BusinessOwnerInfoType

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 2465
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