class PayPal::SDK::ButtonManagerRails::DataTypes::EbayItemPaymentDetailsItemType
EbayItemPaymentDetailsItemType
- Type declaration to be used by other schemas. Information about an Ebay Payment Item.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/button_manager_rails/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