Class: PayPal::SDK::ButtonManagerRails::DataTypes::BusinessOwnerInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::BusinessOwnerInfoType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
BusinessOwnerInfoType
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# 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 |