Class: PayPal::SDK::ButtonManager::DataTypes::BuyerDetailType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::BuyerDetailType
- Defined in:
- lib/paypal-sdk/button_manager/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
1046 1047 1048 1049 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1046 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 |