Class: PayPal::SDK::Merchant::DataTypes::BuyerDetailType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::BuyerDetailType
- Defined in:
- lib/paypal-sdk/merchant/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
1078 1079 1080 1081 1082 1083 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1078 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 # Correlation id related to risk process done for the device. Max length is 36 Chars. object_of :RiskSessionCorrelationID, String, :namespace => :ebl end |