Class: PayPal::SDK::ButtonManager::DataTypes::EbayItemPaymentDetailsItemType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager/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



1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1879

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