Class: PayPal::SDK::Merchant::DataTypes::SellerDetailsType

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

Overview

Details about the seller.

Class Method Summary collapse

Class Method Details

.load_membersObject



2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2191

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