Class: PayPal::SDK::ButtonManagerRails::DataTypes::SellerDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::SellerDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Details about the seller.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 |
# 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 |