Class: PayPal::SDK::ButtonManagerRails::DataTypes::BuyerDetailType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::BuyerDetailType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Information that is used to indentify the Buyer. This is used for auto authorization. Mandatory if Authorization is requested.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1063 1064 1065 1066 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1063 def self.load_members # Information that is used to indentify the Buyer. This is used for auto authorization. Mandatory if Authorization is requested. object_of :IdentificationInfo, IdentificationInfoType, :namespace => :ebl end |