class PayPal::SDK::ButtonManagerRails::DataTypes::SellerDetailsType

Details about the seller.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 2126
def self.load_members
  # Unique identifier for the seller. Optional
  object_of :SellerId, String, :namespace => :ebl
  # The user name of the user at the marketplaces site. Optional
  object_of :SellerUserName, String, :namespace => :ebl
  # Date when the user registered with the marketplace. Optional
  object_of :SellerRegistrationDate, DateTime, :namespace => :ebl
  # Seller Paypal Account Id contains the seller EmailId or PayerId or PhoneNo passed during the Request.
  object_of :PayPalAccountID, String, :namespace => :ebl
  # Unique PayPal customer account identification number (of the seller). This feild is meant for Response. This field is ignored, if passed in the Request.
  object_of :SecureMerchantAccountID, String, :namespace => :ebl
end