Class: PayPal::SDK::ButtonManagerRails::DataTypes::AuctionInfoType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::AuctionInfoType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
AuctionInfoType Basic information about an auction.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1856 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 |