Class: PayPal::SDK::ButtonManager::DataTypes::BusinessOwnerInfoType

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

Overview

BusinessOwnerInfoType

Class Method Summary collapse

Class Method Details

.load_membersObject



2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2430

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