class PayPal::SDK::Merchant::DataTypes::AuctionInfoType

AuctionInfoType Basic information about an auction.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 1912
def self.load_members
  # Customer's auction ID
  object_of :BuyerID, String, :namespace => :ebl
  # Auction's close date
  object_of :ClosingDate, DateTime, :namespace => :ebl
  add_attribute :multiItem, :namespace => :ebl, :required => true
end