Class: PayPal::SDK::Merchant::DataTypes::BuyerDetailType

Inherits:
DataType
  • Object
show all
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_membersObject



1076
1077
1078
1079
1080
1081
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1076

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