class PayPal::SDK::ButtonManagerRails::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/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