class PayPal::SDK::Merchant::DataTypes::BuyerDetailType

Information that is used to indentify the Buyer. This is used for auto authorization. Mandatory if Authorization is requested.

Public Class Methods

load_members() click to toggle source
# 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