PHP Класс PayPal\EBLBaseComponents\SellerDetailsType

Наследование: extends PayPal\Core\PPXmlMessage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$PayPalAccountID string Seller Paypal Account Id contains the seller EmailId or PayerId or PhoneNo passed during the Request.
$SecureMerchantAccountID string Unique PayPal customer account identification number (of the seller). This feild is meant for Response. This field is ignored, if passed in the Request.
$SellerId string Unique identifier for the seller. Optional
$SellerRegistrationDate Date when the user registered with the marketplace. Optional
$SellerUserName string The user name of the user at the marketplaces site. Optional

Описание свойств

$PayPalAccountID публичное свойство

Seller Paypal Account Id contains the seller EmailId or PayerId or PhoneNo passed during the Request.
public string $PayPalAccountID
Результат string

$SecureMerchantAccountID публичное свойство

Unique PayPal customer account identification number (of the seller). This feild is meant for Response. This field is ignored, if passed in the Request.
public string $SecureMerchantAccountID
Результат string

$SellerId публичное свойство

Unique identifier for the seller. Optional
public string $SellerId
Результат string

$SellerRegistrationDate публичное свойство

Date when the user registered with the marketplace. Optional
public $SellerRegistrationDate

$SellerUserName публичное свойство

The user name of the user at the marketplaces site. Optional
public string $SellerUserName
Результат string