Class: PayPal::SDK::Merchant::DataTypes::EbayItemPaymentDetailsItemType

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

Overview

EbayItemPaymentDetailsItemType - Type declaration to be used by other schemas. Information about an Ebay Payment Item.

Class Method Summary collapse

Class Method Details

.load_membersObject



1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1935

def self.load_members
  # Auction ItemNumber. Optional Character length and limitations: 765 single-byte characters
  object_of :ItemNumber, String, :namespace => :ebl
  # Auction Transaction ID. Optional Character length and limitations: 255 single-byte characters
  object_of :AuctionTransactionId, String, :namespace => :ebl
  # Ebay Order ID. Optional Character length and limitations: 64 single-byte characters
  object_of :OrderId, String, :namespace => :ebl
  # Ebay Cart ID. Optional Character length and limitations: 64 single-byte characters 
  object_of :CartID, String, :namespace => :ebl
end