PHP Class PayPal\EBLBaseComponents\SellerDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$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

Property Details

$PayPalAccountID public property

Seller Paypal Account Id contains the seller EmailId or PayerId or PhoneNo passed during the Request.
public string $PayPalAccountID
return string

$SecureMerchantAccountID public property

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
return string

$SellerId public property

Unique identifier for the seller. Optional
public string $SellerId
return string

$SellerRegistrationDate public property

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

$SellerUserName public property

The user name of the user at the marketplaces site. Optional
public string $SellerUserName
return string