Class: PayPal::SDK::ButtonManager::DataTypes::AuctionInfoType

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

Overview

AuctionInfoType Basic information about an auction.

Class Method Summary collapse

Class Method Details

.load_membersObject



1828
1829
1830
1831
1832
1833
1834
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1828

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