Class: PayPal::SDK::Merchant::DataTypes::AuctionInfoType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

AuctionInfoType Basic information about an auction.

Class Method Summary collapse

Class Method Details

.load_membersObject



1912
1913
1914
1915
1916
1917
1918
# 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